MapControl.CalcHitInfo(CoordPoint) Method
Returns information on the map elements located at the specified coordinates.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
hitPoint | CoordPoint | The hit point coordinates, in map coordinates. |
Returns
Type | Description |
---|---|
MapHitInfo | 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 MapHitInfo object does not contain the test point location in map coordinates. To obtain the location, use the MapControl.ScreenPointToCoordPoint method.
See Also