Click or drag to resize

MatrixOrder Enumeration

Specifies the order for matrix transform operations.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public enum MatrixOrder
Members
Member nameValueDescription
Prepend0 The new operation is applied before the old operation.
Append1 The new operation is applied after the old operation.
See Also