HitTestAccuracy Enumeration |
Specifies the HitTest accuracy
Namespace:
Easymap.AddIn.Common
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public enum HitTestAccuracy
Public Enumeration HitTestAccuracy
Members
| Member name | Value | Description |
---|
| Simple | 0 |
Run HitTest with low accuracy
|
| Complex | 1 |
Run HitTest with high accuracy
|
See Also