bool frame_rectangle(handle device, const rectangle* frame, handle brush)
This function frames a rectangle.
handle device
The handle of the device context.
const rectangle* frame
A pointer to the rectangle to be framed.
handle brush
The handle of a brush with which to draw the rectangular frame.
bool
true | The function succeeded. |
false | The function failed. |