MapControl.ScreenPointToCoordPoint(Point) Method
Converts a specified screen point to a corresponding coordinate point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | Point | A CoordPoint class descendant object. |
Returns
Type | Description |
---|---|
CoordPoint | A Point object. |
See Also