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>chord</b> draws a chord http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Chord Draws a Chord

BOOL Chord(hDC, RcUlX, RcUlY, RcLrX, RcLrY, Ln1X, Ln1Y, Ln2X, Ln2Y)
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 */
short Ln1X; /* One end of line X coordinate */
short Ln1Y; /* One end of line Y coordinate */
short Ln2X; /* Other end of line X coordinate */
short Ln2Y; /* Other end of line Y coordinate */

Returns:        None-zero if drawn, otherwise zero.

Note:           Chord is drawn with currently selected pen and
                filled with currently selected brush.

See Also: Arc Ellipse Pie Polygon Polyline Rectangle

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