Forum und email

PDF_lineto

(PHP 4, PECL pdflib:1.0-2.1.3)

PDF_lineto — Draws a line

Description

void pdf_lineto ( int $pdf document , double $x-coor , double $y-coor )

The PDF_lineto() function draws a line from the current point to the point with coordinates (x-coor , y-coor ).

See also PDF_moveto(), PDF_curveto(), PDF_stroke().