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
.