Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_ellipse_wxy() draw an ellipse (window pair coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _ellipse_wxy()          Draw an ellipse (window pair coords)

 #include   <graph.h>

 short _ellipse_wxy(control, wpoint1, wpoint2);
 short control;                         _GFILLINTERIOR or _GBORDER
 struct _wxycoord _far *wpoint1;        Upper left corner
 struct _wxycoord _far *wpoint2;        Lower right corner

    _ellipse_wxy() is the window pair coordinates version of
    _ellipse(); it draws an ellipse on the screen inside the window
    pair coordinates wpoint1 to wpoint2. See _ellipse() for
    more information.

    Returns:         Nonzero value for success; 0 otherwise.

    Portability:     MS-DOS only, true MDPA, CGA, EGA, MCGA, or VGA video
                     compatibles.


See Also: _arc() _ellipse() _setfillmask()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson