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.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.1.000 | Introduced. |