pdf_arcn
Description
bool pdf_arcn ( resource pdfdoc, float x, float y, float r, float alpha, float beta)Add a clockwise circular arc from alpha to beta degrees with center (x; y) and radius r. Actual drawing of the circle is performed by the next stroke or fill operation.
See also: pdf_arc(), pdf_circle(), pdf_stroke(), pdf_fill() and pdf_fillstroke().