MapControl.CalcHitInfo(CoordPoint) Method
In This Article
Returns information on the map elements located at the specified coordinates.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public MapHitInfo CalcHitInfo(
CoordPoint hitPoint
)
#Parameters
Name | Type | Description |
---|---|---|
hit |
Coord |
The hit point coordinates, in map coordinates. |
#Returns
Type | Description |
---|---|
Map |
The object containing information on the map elements located at the hit point. |
#Remarks
Use the CalcHitInfo method to determine which element is located at the specified hit point.
Note
The returned Map
See Also