return-code-variable=GDRAW('ARC', x, y, radius, start, end);
Required Arguments
x
numeric constant or
numeric variable name; specifies the x coordinate of the position of the arc on the display; x coordinates are in units based on the current
window system.
y
numeric constant or
numeric variable name; specifies the y coordinate of the position of the arc on the display; y coordinates are in units based on the current
window system;
radius
numeric constant or
numeric variable name; the arc radius size is in units based on the
current window system.
start
numeric constant or
numeric variable name; the starting angle of the arc is in degrees,
with 0 degrees at 3 o'clock.
end
numeric constant or
numeric variable name; the ending angle of the arc is in degrees,
with 0 degrees at 3 o'clock.