Skip to main content

LayerBase.GeoToScreenPoint(GeoPoint) Method

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

public Point GeoToScreenPoint(
    GeoPoint point
)

Parameters

Name Type Description
point GeoPoint

A GeoPoint object to be converted.

Returns

Type Description
Point

A Point value.

See Also