pdf_arc

(PHP 3>= 3.0.6, PHP 4 )

pdf_arc -- Draws an arc

Popis

void pdf_arc (int pdf document, double x-coor, double y-coor, double radius, double start, double end)

Funkce pdf_arc() function draws an arc with center at point (x-coor, y-coor) and radius radius, starting at angle start and ending at angle end.

Viz takΘ pdf_circle(), pdf_stroke().