[]
Represents the possible affine two-dimensional (2-D) manipulations.
[Flags]
public enum Manipulations
Name | Description |
---|---|
All | All available manipulations. |
None | No manipulations. |
Rotate | A rotation. |
Scale | A scale in both directions. |
Translate | A translation in the x and/or y axes. |
TranslateX | A translation in the x-axis. |
TranslateY | A translation in the y-axis. |