Skip to main content

MapControl.ScreenPointToCoordPoint(Point) Method

Converts a specified screen point to a corresponding coordinate point.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: 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