PDF_lineto

PDF_lineto -- Draws a line

Description

void pdf_lineto(int pdf document, double x-koor, double y-koor);

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

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