Manipulations2D Enum
Definition
Represents the possible affine two-dimensional (2-D) manipulations.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class Manipulations2D
[System.Flags]
public enum Manipulations2D
type Manipulations2D =
Public Enum Manipulations2D
- Inheritance
- Attributes
Fields
All | 15 | All available manipulations. |
None | 0 | No manipulations. |
Rotate | 8 | A rotation. |
Scale | 4 | A scale in both directions. |
Translate | 3 | A translation in the x and/or y axes. |
TranslateX | 1 | A translation in the x-axis. |
TranslateY | 2 | A translation in the y-axis. |