Language:
Русский
English
Circle (procedure) (Graph unit)
Draws a circle (in the current color set by SetColor), using (X,Y) as the center point.
Declaration
procedure Circle(X,Y: Integer; Radius: Word);
Target
Real, Protected
Remarks
Draws a circle in the current color set by SetColor. Each graphics driver contains an aspect ratio used by Circle, Arc, and PieSlice.
Restrictions
Must be in graphics mode.