Back to Devexpress

LayerBase.ScreenToGeoPoint(Point) Method

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

latest1.3 KB
Original Source

LayerBase.ScreenToGeoPoint(Point) 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
)
vb
Public Function ScreenToGeoPoint(
    point As Point
) As GeoPoint

Parameters

NameTypeDescription
pointPoint

A Point value to be converted.

|

Returns

TypeDescription
GeoPoint

A GeoPoint object containing geographical coordinates.

|

See Also

LayerBase Class

LayerBase Members

DevExpress.Xpf.Map Namespace