FrameRgn(hdc, hrgn, hbr, Width, Height)
Draws a frame around a region
Parameters
hdc : PyHANDLE
Handle to the device contexthrgn : PyGdiHandle
Handle to the regionhbr : PyGdiHandle
Handle to brush to be usedWidth : int
Frame widthHeight : int
Frame height