| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Draw and fill an ellipse
Source position: graphh.inc line 800
| procedure FillEllipse( | 
| X: SmallInt; | 
| Y: SmallInt; | 
| XRadius: Word; | 
| YRadius: Word | 
| ); | 
Ellipse draws an ellipse with center at (X,Y). XRadius and Yradius are the horizontal and vertical radii of the ellipse. The ellipse is filled with the current color and fill-style.
None.
| 
 | Draw part of a circle | |
| 
 | Draw a complete circle | |
| 
 | Return coordinates of last drawn arc or ellipse. | |
| 
 | Draw a pie-slice | |
| 
 | Draw and fill a sector of an ellipse |