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.0.0.0
Syntax
public bool HitTest(
	PointF location,
	HitTestAccuracy accuracy
)

Parameters

location
Type: Easymap.AddIn.Common.GraphicsPointF
PointF in location-coordinates.
accuracy
Type: Easymap.AddIn.CommonHitTestAccuracy
Accuracy of the HitTest.

Return Value

Type: Boolean
True or False
See Also