Click or drag to resize

WindowlessComponentGetChildsAt(PointF, HitTestAccuracy) Method

Gets the WindowlessComponent at the specified location.

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public IEnumerable<WindowlessComponent> GetChildsAt(
	PointF location,
	HitTestAccuracy accuracy
)

Parameters

location  PointF
Point in Location-Coordinates
accuracy  HitTestAccuracy
Defines accuracy of HitTest operation

Return Value

IEnumerableWindowlessComponent
IEnumerable of WindowlessComponent
Remarks
The location must be in the coordinate system of the parent.
See Also