Enum MatrixOrder
Specifies the transformation order for cumulative matrix transform operations.
public enum MatrixOrder
Fields
Append = 0
Specifies that the new operation is applied after the preceding transform.
Prepend = 1
Specifies that the new operation is applied before the preceding transform.