PyCDC.MoveTo

(x,y) = MoveTo(point)

Moves the current position to a specified point.

Parameters

point : (x,y)

The point coordinate to move to.

Alternative Parameters

x

The x coordinate to move to.

y

The y coordinate to move to.

MFC References

CDC::MoveTo

Return Value

The previous position.