Skip to main content

LayerBase.ScreenToGeoPoint(Point) Method

Converts the specified screen point into the corresponding geographical point.

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public GeoPoint ScreenToGeoPoint(
    Point point
)

Parameters

Name Type Description
point Point

A Point value to be converted.

Returns

Type Description
GeoPoint

A GeoPoint object containing geographical coordinates.

See Also