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.0.0.0
Syntax
public WindowlessComponentArray GetAllElementsAtLocation(
	PointF pt
)

Parameters

pt
Type: Easymap.AddIn.Common.GraphicsPointF

Return Value

Type: 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