PDF_moveto

PDF_moveto -- Sets current point

Description

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

The PDF_moveto() function set the current point to the coordinates x-koor and y-koor.