A newer version of this page is available.
Switch to the current version.
MapControl.ScreenPointToCoordPoint(MapPoint) Method
Converts the specified screen point into the corresponding map point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
public CoordPoint ScreenPointToCoordPoint(
MapPoint point
)
Public Function ScreenPointToCoordPoint(
point As MapPoint
) As CoordPoint
Parameters
Name | Type | Description |
---|---|---|
point | MapPoint | A MapPoint value to be converted. |
Returns
Type | Description |
---|---|
CoordPoint | A CoordPoint class descendant object containing map coordinates. |
See Also
Feedback