TCPDF::_outPoint( $x,  $y )

Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment.


Description Description


Parameters Parameters

$x

(Required) (float) Abscissa of point.

$y

(Required) (float) Ordinate of point.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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