Declaration:
void FrameRect(unsigned long handle, int x1, int y1, int x2, int y2);
Description
Draws an unpainted rectangle using the brush selected with the SelectBrush function. The drawing line width is always of 1 pixel; (x1, y1) are the coordinates of the upper left corner, (x2, y2) are the coordinates of the lower right corner.
|