pdf_lineto

pdf_lineto -- Draws a line

Popis

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

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

Viz také pdf_moveto( ) , pdf_curveto( ) , pdf_stroke( ) .