Shape.MoveTo

Shape.MoveTo method

Moves shape on new absolute position on the page.

public void MoveTo(double newPinX, double newPinY)
ParameterTypeDescription
newPinXDoubleNew x-coordinate of the shape’s pin (center of rotation) in relation to the origin of its parent.Double.
newPinYDoubleNew y-coordinate of the shape’s pin (center of rotation) in relation to the origin of its parent.Double.

See Also