MatrixOrder

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

Specifies the order for matrix transform operations.

Enum Values

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.

Returns: int

Append

public static final int Append

The new operation is applied after the old operation.

Returns: int