This documentation is archived and is not being maintained.
MatrixOrder Enumeration
.NET Framework 1.1
Specifies the order for matrix transform operations.
[Visual Basic] <Serializable> Public Enum MatrixOrder [C#] [Serializable] public enum MatrixOrder [C++] [Serializable] __value public enum MatrixOrder [JScript] public Serializable enum MatrixOrder
Remarks
Matrix transform operations are not necessarily commutative. The order in which they are applied is important.
Members
| Member name | Description |
|---|---|
| Append | The new operation is applied after the old operation. |
| Prepend | The new operation is applied before the old operation. |
Requirements
Namespace: System.Drawing.Drawing2D
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: