MapControl.MapUnitToCoordPoint(MapUnit) Method
In This Article
Converts the specified map unit into the corresponding geographical point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public CoordPoint MapUnitToCoordPoint(
MapUnit unit
)
#Parameters
Name | Type | Description |
---|---|---|
unit | Map |
A Map |
#Returns
Type | Description |
---|---|
Coord |
A Coord |
See Also