Previous: FillCircle procedure To the Table of Content Next: FillPoly procedure

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

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: FillCircle procedure To the Table of Content Next: FillPoly procedure
FillCircle procedure Table of Content FillPoly procedure

- 4.37.2.19 -