Skip to main content
A newer version of this page is available. .

MapControl.MapUnitToCoordPoint(MapUnit) Method

Converts the specified map unit into the corresponding geographical point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public CoordPoint MapUnitToCoordPoint(
    MapUnit unit
)

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