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


Top ↑

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


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.