PyCDC
.FrameRect
FrameRect(
rect
, brush
)
Draws a border around the rectangle specified by rect
Parameters
rect
: (left, top, right, bottom
Specifies the bounding rectangle, in logical units.
brush
:
PyCBrush
Specifies the brush to use.
MFC References
CDC::FrameRect