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>createellipticrgn</b> create elliptical region http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CreateEllipticRgn    Create Elliptical Region

HRGN CreateEllipticRgn(RcUlX, RcUlY, RcLrX, RcLrY)
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:    Region handle or NULL on failure.

See Also: CreateEllipticRgnIndirect

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