Skip to main content

LayerBase.ScreenToGeoPoint(Point) Method

Converts the specified screen point into the corresponding geographical point.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

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