Skip to main content
A newer version of this page is available. .

MapControl.ScreenPointToCoordPoint(Point) Method

Converts a specified screen point to a corresponding coordinate point.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public CoordPoint ScreenPointToCoordPoint(
    Point screenPoint
)

Parameters

Name Type Description
screenPoint Point

A Point object containing a map coordinate on the screen.

Returns

Type Description
CoordPoint

A CoordPoint class descendant object.

See Also