TCPDF::Translate( $t_x, $t_y )
Translate graphic object horizontally and vertically.
Description Description
See also See also
- StartTransform(),: StopTransform()
Parameters Parameters
- $t_x
-
(Required) (int) movement to the right
- $t_y
-
(Required) (int) movement to the bottom
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.1.000 | Introduced. |