Click or drag to resize

WindowlessComponentGetChildsAt Method (PointF, HitTestAccuracy)

Gets the WindowlessComponent at the specified location.

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

Parameters

location
Type: Easymap.AddIn.Common.GraphicsPointF
Point in Location-Coordinates
accuracy
Type: Easymap.AddIn.CommonHitTestAccuracy
Defines accuracy of HitTest operation

Return Value

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