MapControl.CoordToMeasureUnitSize(CoordPoint, MapSize) Method
Converts a specified coordinate size to a measure unit size.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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