MapControl.CoordToMeasureUnitSize(CoordPoint, MapSize) Method
In This Article
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 |
---|---|---|
anchor |
Coord |
A Geo |
size | Map |
A Map |
#Returns
Type | Description |
---|---|
Map |
A Map |
See Also