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