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