MatrixOrder Enumeration
.NET Framework (current version)
Specifies the order for matrix transform operations.
Assembly: System.Drawing (in System.Drawing.dll)
| Member name | Description | |
|---|---|---|
| Append | The new operation is applied after the old operation. | |
| Prepend | The new operation is applied before the old operation. |
Matrix transform operations are not necessarily commutative. The order in which they are applied is important.
.NET Framework
Available since 1.1
Available since 1.1
Show: