Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>ellipse</b> draw an ellipse http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Ellipse              Draw an Ellipse

BOOL Ellipse(hDC, RcUlX, RcUlY, RcLrX, RcLrY)
HDC hDC;
short RcUlX; /* Ellipse's Bounding rectangle upper left X coordinate */
short RcUlY; /* Ellipse's Bounding rectangle upper left Y coordinate */
short RcLrX; /* Ellipse's Bounding rectangle lower right X coordinate */
short RcLrY; /* Ellipse's Bounding rectangle lower right Y coordinate */

Returns:        Non-zero if drawn otherwise zero.

Note:           RcLrX - RcUlX and RcLrY - RcUlY must be less than
                32,767

See Also: Arc Chord Pie Polygon Rectangle

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