Enumeration constant for use in Matrix2D operations.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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. |