TCPDF::_outLine( $x, $y )
Append a straight line segment from the current point to the point (x, y).
Description Description
The new current point shall be (x, y).
Parameters Parameters
- $x
-
(Required) (float) Abscissa of end point.
- $y
-
(Required) (float) Ordinate of end point.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.1.000 | Introduced. |