Click or drag to resize

TransformerTransformMode Enumeration

Specifies the alignment for the bounding box used for the transformation

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public enum TransformMode
Members
  Member nameValueDescription
Unknown0 not set
ObjectAligned1 The bounding box is object aligned
AxisAligned2 The bounding box is orthogonal axis aligned
See Also