win32gui.GetWorldTransform
PyXFORM = GetWorldTransform(hdc)
Retrieves a device context's coordinate space translation matrix
Parameters
hdc : PyHANDLE
Handle to a device contextComments
DC's mode must be set to GM_ADVANCED. See win32gui::SetGraphicsMode.