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.


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.