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: 11.2.0.0
Syntax
public enum MatrixOrder
Members
  Member nameValueDescription
Append1 The new operation is applied after the old operation.
Prepend0 The new operation is applied before the old operation.
See Also