Enum WebMatrixOrder

Enum WebMatrixOrder

Namespace: Aspose.Svg.Drawing
Assembly: Aspose.SVG.dll (25.5.0)

Specifies the order in which matrix transformations are applied.

[ComVisible(true)]
public enum WebMatrixOrder

Fields

Append = 0

Specifies that the transformation is appended to the existing transformation.

Prepend = 1

Specifies that the transformation is prepended to the existing transformation.

 English