MapControl.ScreenPointToCoordPoint(MapPoint) Method
Converts a specified map screen point to a corresponding coordinate point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | MapPoint | A MapPoint value to be converted. |
Returns
Type | Description |
---|---|
CoordPoint | A CoordPoint class descendant object that contains map coordinates. |
See Also