WindowlessComponentGetAllElementsAtLocation Method |
Namespace: Easymap.AddIn.CommonAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic WindowlessComponentArray GetAllElementsAtLocation(
PointF pt
)
Public Function GetAllElementsAtLocation (
pt As PointF
) As WindowlessComponentArray
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