HitTestAccuracy Enumeration |
Specifies the HitTest accuracy
Namespace:
Easymap.AddIn.Common
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic 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