next up previous contents index
Next: FillEllipse Up: Functions and procedures Previous: DrawPoly

Ellipse

   

Declaration:

Procedure Ellipse (X,Y : Integer; Start,Stop,XRadius,YRadius : Word) ;

Description:

Ellipse draws part of an ellipse with center at (X,Y). XRadius and Yradius are the horizontal and vertical radii of the ellipse. Start and Stop are the starting and stopping angles of the part of the ellipse.

They are measured counterclockwise from the X-axis.

Errors:

None.

See also:

Arc Circle, FillEllipse



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