MatrixOrder

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class MatrixOrder extends System.Enum

Specifies the order for matrix transform operations.

Fields

FieldDescription
PrependThe new operation is applied before the old operation.
AppendThe new operation is applied after the old operation.

Prepend

public static final int Prepend

The new operation is applied before the old operation.

Append

public static final int Append

The new operation is applied after the old operation.