win32gui.SetWorldTransform
SetWorldTransform(hdc, Xform)
Transforms a device context's coordinate space
Parameters
hdc : PyHANDLE
Handle to a device contextXform : PyXFORM
Matrix defining the transformationComments
DC's mode must be set to GM_ADVANCED. See win32gui::SetGraphicsMode.