Previous: 4.37.2.18. FillCircle procedure To the Table of Contents Next: 4.37.2.20. FillPoly procedure
4.37.2.18. FillCircle procedure Table of Contents 4.37.2.20. FillPoly procedure

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


4.37.2.19. FillEllipse procedure

Targets: MS-DOS, Win32


Graph Unit

Draws a filled ellipse

Declaration:
procedure FillEllipse(X, Y, A, B: Longint);
Remarks:
Draws an ellipse in the current color set by SetColor and fill it using the current fill style and color defined by SetFillColor, SetFillPattern or SetFillStyle. (X,Y) is the center point; A and B are the horizontal and vertical axes.


Previous: 4.37.2.18. FillCircle procedure To the Table of Contents Next: 4.37.2.20. FillPoly procedure
4.37.2.18. FillCircle procedure Table of Contents 4.37.2.20. FillPoly procedure

- 4.37.2.19. -