TCPDF::SetX( $x, $rtloff = false )
Defines the abscissa of the current position.
Description Description
If the passed value is negative, it is relative to the right of the page (or left if language is RTL).
See also See also
- GetX(),: GetY(), SetY(), SetXY()
Parameters Parameters
- $x
-
(Required) (float) The value of the abscissa in user units.
- $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. |