Back to Devexpress

LayerBase.ScreenToGeoPoint(Point, Boolean) Method

wpf-devexpress-dot-xpf-dot-map-dot-layerbase-dot-screentogeopoint-x28-system-dot-windows-dot-point-system-dot-boolean-x29.md

latest1.6 KB
Original Source

LayerBase.ScreenToGeoPoint(Point, Boolean) Method

Converts the specified screen point into the corresponding geographical point.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public GeoPoint ScreenToGeoPoint(
    Point point,
    bool useSpringsAnimation
)
vb
Public Function ScreenToGeoPoint(
    point As Point,
    useSpringsAnimation As Boolean
) As GeoPoint

Parameters

NameTypeDescription
pointPoint

A Point value to be converted.

| | useSpringsAnimation | Boolean |

true to use springs animation; otherwise, false.

|

Returns

TypeDescription
GeoPoint

A GeoPoint object containing geographic coordinates.

|

See Also

LayerBase Class

LayerBase Members

DevExpress.Xpf.Map Namespace