MapControl.ScreenPointToCoordPoint(MapPoint) Method
In This Article
Converts a specified map screen point to a corresponding coordinate point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public CoordPoint ScreenPointToCoordPoint(
MapPoint point
)
#Parameters
Name | Type | Description |
---|---|---|
point | Map |
A Map |
#Returns
Type | Description |
---|---|
Coord |
A Coord |
See Also