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.0.0.0
Syntax
public enum HitTestMode
Members
  Member nameValueDescription
Default-1
Contains0 The object must be completely contained in the specified boundingbox
Touches1 The object must at least touch the specified boundingbox
See Also