MatrixOrder

MatrixOrder enum

Specifies the order of matrix transform operations.

enum class MatrixOrder

Values

NameValueDescription
Prepend0The new operation is applied before the old operation.
Append1The new operation is applied after the old operation.

See Also