TransformationType Enum
TransformationType enumeration
Specifies the type of transformation applied to an SVG element.
public enum TransformationType
Values
| Name | Value | Description |
|---|---|---|
| Translate | 0 | Translates (moves) an element by a certain distance. |
| Scale | 1 | Scales an element up or down in size. |
| Rotate | 2 | Rotates an element around a given point. |
| SkewX | 3 | Skews an element along the X-axis. |
| SkewY | 4 | Skews an element along the Y-axis. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG