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

MapControl.CoordToMeasureUnitSize(CoordPoint, MapSize) Method

Converts a specified coordinate size to a measure unit size.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public MapSize CoordToMeasureUnitSize(
    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 geographical coordinates.

Returns

Type Description
MapSize

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

See Also