Click or drag to resize

WindowlessComponentGetChildsAt(PointF, HitTestAccuracy, Single) 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,
	float defaultSize
)

Parameters

location  PointF
Point in Location-Coordinates
accuracy  HitTestAccuracy
Defines accuracy of HitTest operation
defaultSize  Single
Defines the default size

Return Value

IEnumerableWindowlessComponent
IEnumerable of WindowlessComponent
See Also