Specifies the order for matrix transform operations.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
SyntaxPublic Enumeration MatrixOrder
Members| Member name | Value | Description |
|---|
| Prepend | 0 |
The new operation is applied before the old operation.
|
| Append | 1 |
The new operation is applied after the old operation.
|
See Also