Click or drag to resize

WindowlessComponentGetAllElementsAtLocation Method

Gets a list of all WindowlessComponents at the specified location

Namespace: Easymap.AddIn.Common
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public WindowlessComponentArray GetAllElementsAtLocation(
	PointF pt
)

Parameters

pt  PointF
 

Return Value

WindowlessComponentArray
Remarks
The specified location must be in the coordinate system of the WindowlessComponent. This function returns all selectable elements in this WindowlessComponent hierarchy.
See Also