Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
RestoreDC
win32gui
.RestoreDC
RestoreDC(
hdc
, SavedDC
)
Restores a device context state
Parameters
hdc
:
PyHANDLE
Handle to a device context
SavedDC
: int
Identifier of state to be restored, as returned by
win32gui::SaveDC
.