win32gui.SetWorldTransform

SetWorldTransform(hdc, Xform)

Transforms a device context's coordinate space

Parameters

hdc : PyHANDLE

Handle to a device context

Xform : PyXFORM

Matrix defining the transformation

Comments

DC's mode must be set to GM_ADVANCED. See win32gui::SetGraphicsMode.