Click or drag to resize

HitTestMode Enumeration

Specifies the method used to select object using a boundingbox or radius GetChildsAt(PointF, HitTestAccuracy)

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public enum HitTestMode
Members
Member nameValueDescription
Contains0 The object must be completely contained in the specified boundingbox
Touches1 The object must at least touch the specified boundingbox
Default-1 
See Also