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

MapControl.MeasureUnitToCoordSize(CoordPoint, MapSize) Method

Converts measure unit to coordinate size.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public MapSize MeasureUnitToCoordSize(
    CoordPoint anchorPoint,
    MapSize size
)

Parameters

Name Type Description
anchorPoint CoordPoint

A GeoPoint object containing geographical coordinates on which the conversion depends.

size MapSize

A MapSize object that is the size in the measure units.

Returns

Type Description
MapSize

A MapSize object that is the size in geographical coordinates.

See Also