MatrixOrder

MatrixOrder enumeration

Specifies the order for matrix transform operations.

public enum MatrixOrder

Values

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

See Also