Enum MatrixOrder
Enum MatrixOrder
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)
Specifies the order for matrix transform operations.
public enum MatrixOrder
Fields
Append = 1
The new operation is applied after the old operation.
Prepend = 0
The new operation is applied before the old operation.