PDF_circle

PDF_circle -- Draw a circle

Description

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

The PDF_circle() function draws a circle with center at point ( x-koor , y-koor ) and radius radius .

See also PDF_arc() .