Back to Devexpress

MapControl.CoordToMeasureUnitSize(CoordPoint, MapSize) Method

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-dot-coordtomeasureunitsize-x28-devexpress-dot-map-dot-coordpoint-devexpress-dot-xtramap-dot-mapsize-x29.md

latest1.7 KB
Original Source

MapControl.CoordToMeasureUnitSize(CoordPoint, MapSize) Method

Converts a specified coordinate size to a measure unit size.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapSize CoordToMeasureUnitSize(
    CoordPoint anchorPoint,
    MapSize size
)
vb
Public Function CoordToMeasureUnitSize(
    anchorPoint As CoordPoint,
    size As MapSize
) As MapSize

Parameters

NameTypeDescription
anchorPointCoordPoint

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

| | size | MapSize |

A MapSize object that is the size in geographical coordinates.

|

Returns

TypeDescription
MapSize

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

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace