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: 11.2.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