MatrixOrder enumeration

MatrixOrder enumeration

Specifies the order for matrix transform operations.

The MatrixOrder type exposes the following members:

Fields

FieldDescription
PREPENDThe new operation is applied before the old operation.
APPENDThe new operation is applied after the old operation.

See Also