TransformationType enumeration
TransformationType enumeration
Specifies the type of transformation applied to an SVG element.
The TransformationType type exposes the following members:
Fields
Field | Description |
---|---|
TRANSLATE | Translates (moves) an element by a certain distance. |
SCALE | Scales an element up or down in size. |
ROTATE | Rotates an element around a given point. |
SKEW_X | Skews an element along the X-axis. |
SKEW_Y | Skews an element along the Y-axis. |
See Also
- module
aspose.svg.builder