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>pie</b> draw pie shaped wedge http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Pie                  Draw Pie Shaped Wedge

BOOL Pie((hDC, RcUlX, RcUlY, RcLrX, RcLrY, AStX, AStY, AEndX, AEndY)
HDC hDC;
short RcUlX; /* Arc's Bounding rectangle upper left X coordinate */
short RcUlY; /* Arc's Bounding rectangle upper left Y coordinate */
short RcLrX; /* Arc's Bounding rectangle lower right X coordinate */
short RcLrY; /* Arc's Bounding rectangle lower right Y coordinate */
short AStX; /* Start point on arc */
short AStY; /* Start point on arc */
short AEndX; /* End point on arc */
short AEndY; /* End point on arc */


Returns:    Non-zero if drawn otherwise zero.

Note:       Bounding rectangle length or height may not exceed 32,767.

See Also: Arc Chord Ellipse Polygon Polyline Rectangle

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