win32gui.SetViewportOrgEx
(int,int) = SetViewportOrgEx(hdc, X
, Y
)
Changes the viewport origin for a DC
Parameters
hdc : PyHANDLE
Handle to a device contextX : int
New X coord in logical unitsY : int
New Y coord in logical unitsReturn Value
Returns the previous origin as (x,y)