Enum TransformationType
Enum TransformationType
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the type of transformation applied to an SVG element.
[ComVisible(true)]
public enum TransformationType
Fields
Rotate = 2
Rotates an element around a given point.
Scale = 1
Scales an element up or down in size.
SkewX = 3
Skews an element along the X-axis.
SkewY = 4
Skews an element along the Y-axis.
Translate = 0
Translates (moves) an element by a certain distance.