Forum und email

PDF_circle

(PHP 4, PECL pdflib:1.0-2.1.3)

PDF_circle — Draws a circle

Description

void pdf_circle ( int $pdf document , double $x-coor , double $y-coor , double $radius )

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

See also PDF_arc(), PDF_stroke().