next up previous contents index
Next: FillPoly Up: Functions and procedures Previous: Ellipse

FillEllipse

   

Declaration:

Procedure FillEllipse (X,Y : Integer; Xradius,YRadius: Word) ;

Description:

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.

Errors:

None.

See also:

Arc Circle, GetArcCoords,PieSlice, Sector



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998