MapControl.MapUnitToCoordPoint(MapUnit) Method
Converts the specified map unit into the corresponding geographical point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| unit | MapUnit | A MapUnit object to be converted. |
Returns
| Type | Description |
|---|---|
| CoordPoint | A CoordPoint class descendant object containing coordinates. |
See Also