MapControl.ScreenPointToCoordPoint(Point) Method
Converts a specified screen point to a corresponding coordinate point.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public CoordPoint ScreenPointToCoordPoint(
Point screenPoint
)
#Parameters
Name | Type | Description |
---|---|---|
screen |
Point | A Point object containing a map coordinate on the screen. |
#Returns
Type | Description |
---|---|
Coord |
A Coord |