Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
_Ellipse... Procedures
◄Summary► ◄Details► ◄Example► ◄Back►
PROCEDURE _Ellipse( control, x1, y1, x2, y2 : Integer );
PROCEDURE _Ellipse_w( control : Integer;
wx1, wy1, wx2, wy2 : Double );
PROCEDURE _Ellipse_wxy( control : Integer;
VAR wxy1, wxy2 : _WXYCoord );
Draw an ellipse given the fill control and bounding rectangle in
viewport or window coordinates
Unit: MSGraph
See also: _Arc, _FloodFill, _GrStatus, _LineTo, _Pie,
_Rectangle, _SetColor, _SetFillMask, _SetWindow