Rectangle
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This function draws a rectangle. The current pen outlines the rectangle and the current brush fills it.
BOOL Rectangle( HDC hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect );
- hdc
-
[in] Handle to the device context.
- nLeftRect
-
[in] Specifies the logical x-coordinate of the upper left corner of the rectangle.
- nTopRect
-
[in] Specifies the logical y-coordinate of the upper left corner of the rectangle.
- nRightRect
-
[in] Specifies the logical x-coordinate of the lower right corner of the rectangle.
- nBottomRect
-
[in] Specifies the logical y-coordinate of the lower right corner of the rectangle.
Nonzero indicates success.
Zero indicates failure.
To get extended error information, call GetLastError.
Community Additions
Show: