ARC Mnemonic - Draw Arc (SYSGUI)
Syntax
'ARC'(x,y,r{,aspect{,startpoint,endpoint{,pieflag}}})
Description
The 'ARC' mnemonic plots an arc or pie slice.
Parameter |
Description |
x |
Horizontal position of the center of a circle. |
y |
Vertical position of the center of a circle. |
r |
The largest radius of the arc. |
aspect |
The ratio of the radius along the x axis divided by the radius along the y axis (default is 1 for a circular arc). |
startpoint |
Starting point of an arc, an angle specified in radians. The default is zero. When equal to endpoint, the complete curve is drawn. |
endpoint |
End point of an arc, an angle specified in radians The default is zero. When equal to startpoint, the complete curve is drawn. |
pieflag |
Connects the start and end points of an arc to a center point to form a pie shape. . If pieflag is nonzero (default is zero), a closed "pie slice" object is drawn (using the current pen and brush), instead of an arc (using only the current pen). |