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