Language:
Русский
English
Arc (procedure) (Graph unit)
Draws a circular arc.
Declaration
procedure Arc (X,Y; Integer; StAngle, EndAngle, Radius; Word);
Target
Real, Protected
Remarks
The arc goes from StAngle (start angle) to EndAngle, with radius Radius, using (x,y) as the center point.
Restrictions
Must be in graphics mode.