Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
SetBkMode
win32gui
.SetBkMode
int =
SetBkMode(
hdc
, BkMode
)
Sets the background mode for a device context
Parameters
hdc
: int/
PyHANDLE
Handle to a device context
BkMode
: int
OPAQUE or TRANSPARENT
Return Value
Returns the previous mode, or 0 on failure