[]
Specifies the type of an SVG transform function.
public enum SvgTransformType
Public Enum SvgTransformType
| Name | Description |
|---|---|
| Matrix | Represents the 'matrix' function. |
| Rotate | Represents the 'rotate' function. |
| Scale | Represents the 'scale' function. |
| SkewX | Represents the 'skewX' function. |
| SkewY | Represents the 'skewY' function. |
| Translate | Represents the 'translate' function. |