Previous: 4.37.2.17. ExpandFill procedure To the Table of Contents Next: 4.37.2.19. FillEllipse procedure
4.37.2.17. ExpandFill procedure Table of Contents 4.37.2.19. FillEllipse procedure

- 4.37.2.18. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.18. FillCircle procedure


4.37.2.18. 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: 4.37.2.17. ExpandFill procedure To the Table of Contents Next: 4.37.2.19. FillEllipse procedure
4.37.2.17. ExpandFill procedure Table of Contents 4.37.2.19. FillEllipse procedure

- 4.37.2.18. -