PyCDC.OffsetWindowOrg

x, y = OffsetWindowOrg(x,y)

Modifies the coordinates of the window origin relative to the coordinates of the current window origin.

Parameters

x,y : int, int

The new origin offset.

Return Value

The previous origin as a tuple (x,y)