LayerBase.ScreenToGeoPoint(Point) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
point | Point | A Point value to be converted. |
#Returns
Type | Description |
---|---|
Geo |
A Geo |
See Also