WebMatrixOrder Enum
WebMatrixOrder enumeration
Specifies the order in which matrix transformations are applied.
public enum WebMatrixOrder
Values
Name | Value | Description |
---|---|---|
Append | 0 | Specifies that the transformation is appended to the existing transformation. |
Prepend | 1 | Specifies that the transformation is prepended to the existing transformation. |
See Also
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG