Click or drag to resize

TransformerSetPivot Method (Point)

Sets the pivot of the currently selected transform object to a specific point with the option to snap

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

Parameters

aPivot
Type: System.WindowsPoint
The specified point the pivot should be moved to
See Also