PHP.nl

ps_arc

ps_arc

Draws an arc counterclockwise

bool **ps_arc** resource $psdoc float $x float $y float $radius float $alpha float $beta

Draws a portion of a circle with at middle point at (, ). The arc starts at an angle of and ends at an angle of . It is drawn counterclockwise (use to draw clockwise). The subpath added to the current path starts on the arc at angle and ends on the arc at angle . x``y``alpha``beta``ps_arcn``alpha``beta

psdoc Resource identifier of the postscript file as returned by . ps_new

xThe x-coordinate of the circle's middle point.

yThe y-coordinate of the circle's middle point.

radiusThe radius of the circle

alphaThe start angle given in degrees.

betaThe end angle given in degrees.

return.success

ps_arcn