Click or drag to resize

WindowlessComponentHitTest Method

Returns true if HitTest was successfull.

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public bool HitTest(
	PointF location,
	HitTestAccuracy accuracy
)

Parameters

location  PointF
PointF in location-coordinates.
accuracy  HitTestAccuracy
Accuracy of the HitTest.

Return Value

Boolean
True or False
See Also