TCPDF::SetXY( $x, $y, $rtloff = false )
Defines the abscissa and ordinate of the current position.
Description Description
If the passed values are negative, they are relative respectively to the right and bottom of the page.
See also See also
- SetX(),: SetY()
Parameters Parameters
- $x
-
(Required) (float) The value of the abscissa.
- $y
-
(Required) (float) The value of the ordinate.
- $rtloff
-
(Optional) (boolean) if true always uses the page top-left corner as origin of axis.
Default value: false
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
1.2 | Introduced. |