Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapControl.CoordToMeasureUnitSize(CoordPoint, MapSize) Method

Converts a specified coordinate size to a measure unit size.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#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