LayerBase.GeoToScreenPoint(GeoPoint) Method
In This Article
Converts the specified geographical point into a point on the screen.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Geo |
A Geo |
#Returns
Type | Description |
---|---|
Point | A Point value. |
See Also