Previous: ExpandFill procedure To the Table of Content Next: FillEllipse procedure

- 4.37.2.18 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

FillCircle procedure

Targets: MS-DOS, Win32


Graph Unit

Draws a filled circle in the current color set by SetColor, using (X,Y) as the center point.

Declaration:
procedure FillCircle(X,Y: Longint; Radius: DWORD);
Remarks:
Draws a circle in the current color set by SetColor and fill it using the current fill style and color defined by SetFillColor, SetFillPattern or SetFillStyle. Each graphics mode has an aspect ratio used by Circle.


Previous: ExpandFill procedure To the Table of Content Next: FillEllipse procedure
ExpandFill procedure Table of Content FillEllipse procedure

- 4.37.2.18 -