Click or drag to resize

TransformerSetPivot Method (TransformerAnchorPosition)

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

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

Parameters

aAnchor
Type: Articy.ApiTransformerAnchorPosition
The specified anchor position for the pivot
See Also