Russian Ukraine English
Catalog RSS


pdf_lineto

(PHP 3>= 3.0.6, PHP 4 )

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().

Led