Back to Devexpress

LayerBase.KilometersToGeoSize(GeoPoint, Size) Method

wpf-devexpress-dot-xpf-dot-map-dot-layerbase-dot-kilometerstogeosize-x28-devexpress-dot-xpf-dot-map-dot-geopoint-system-dot-windows-dot-size-x29.md

latest1.7 KB
Original Source

LayerBase.KilometersToGeoSize(GeoPoint, Size) Method

Converts the specified size in kilometers into the corresponding size in geographical points for the specified anchor point.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public Size KilometersToGeoSize(
    GeoPoint anchorPoint,
    Size size
)
vb
Public Function KilometersToGeoSize(
    anchorPoint As GeoPoint,
    size As Size
) As Size

Parameters

NameTypeDescription
anchorPointGeoPoint

A GeoPoint object containing geographical coordinates for which it is necessary to convert the size.

| | size | Size |

A Size value specifying the size to be converted.

|

Returns

TypeDescription
Size

A Size in geographical points.

|

See Also

LayerBase Class

LayerBase Members

DevExpress.Xpf.Map Namespace