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