ps_arcn
ps_arcn
Draws an arc clockwise
bool **ps_arcn** 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 clockwise (use
to draw counterclockwise). 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_arc``beta``alpha
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 starting angle given in degrees.
betaThe end angle given in degrees.
return.success
ps_arc