PyCDC.OffsetViewportOrg

x, y = OffsetViewportOrg(x,y)

Modifies the coordinates of the viewport origin relative to the coordinates of the current viewport origin

Parameters

x,y : int, int

The new origin offset.

Return Value

The previous viewport origin as a tuple (x,y)