Enum MatrixOrder
MatrixOrder enumeration
Specifies the order for matrix transform operations.
public enum MatrixOrder
Values
Name | Value | Description |
---|---|---|
Prepend | 0 | The new operation is applied before the old operation. |
Append | 1 | The new operation is applied after the old operation. |
See Also
- namespace Aspose.Imaging
- assembly Aspose.Imaging