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: 11.2.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