Enumeration constant for use in Matrix2D operations.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public enum MatrixOrder |
| Visual Basic |
|---|
Public Enumeration MatrixOrder |
Members
| Member name | Description | ||
|---|---|---|---|
| Prepend | 0 | Constant that defines a prepend operation for matrix multiplications. | |
| Append | 1 | Constant that defines an append operation for matrix multiplications. |