Click or drag to resize

TransformerSetPosition Method

Sets the position of the selected transform object to a new point

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void SetPosition(
	Point aPosition
)

Parameters

aPosition
Type: System.WindowsPoint
The point the selected transform object is supposed to move to
See Also