public final class MatrixOrder
extends com.aspose.ms.System.Enum
Specifies the order for matrix transform operations.
Modifier and Type | Field and Description |
---|---|
static int |
Append
The new operation is applied after the old operation.
|
static int |
Prepend
The new operation is applied before the old operation.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int Prepend
The new operation is applied before the old operation.
public static final int Append
The new operation is applied after the old operation.