MapControl.ScreenPointToCoordPoint(Point) Method
Converts a specified screen point to a corresponding coordinate point.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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