Back to Devexpress

ProjectionBase.MapUnitToGeoPoint(MapUnit) Method

wpf-devexpress-dot-xpf-dot-map-dot-projectionbase-dot-mapunittogeopoint-x28-devexpress-dot-xpf-dot-map-dot-mapunit-x29.md

latest1.3 KB
Original Source

ProjectionBase.MapUnitToGeoPoint(MapUnit) Method

Converts the specified map unit into the corresponding geographical point.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract GeoPoint MapUnitToGeoPoint(
    MapUnit mapPoint
)
vb
Public MustOverride Function MapUnitToGeoPoint(
    mapPoint As MapUnit
) As GeoPoint

Parameters

NameTypeDescription
mapPointMapUnit

A MapUnit object to be converted.

|

Returns

TypeDescription
GeoPoint

A GeoPoint object containing geographical coordinates.

|

See Also

ProjectionBase Class

ProjectionBase Members

DevExpress.Xpf.Map Namespace