TransformationType enumeration

TransformationType enumeration

Specifies the type of transformation applied to an SVG element.

The TransformationType type exposes the following members:

Fields

FieldDescription
TRANSLATETranslates (moves) an element by a certain distance.
SCALEScales an element up or down in size.
ROTATERotates an element around a given point.
SKEW_XSkews an element along the X-axis.
SKEW_YSkews an element along the Y-axis.

See Also