Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
FrameRgn
win32gui
.FrameRgn
FrameRgn(
hdc
, hrgn
, hbr
, Width
, Height
)
Draws a frame around a region
Parameters
hdc
:
PyHANDLE
Handle to the device context
hrgn
:
PyGdiHandle
Handle to the region
hbr
:
PyGdiHandle
Handle to brush to be used
Width
: int
Frame width
Height
: int
Frame height