Skip to main content

MapControl.ScreenPointToCoordPoint(Point) Method

Converts a specified screen point to a corresponding coordinate point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public CoordPoint ScreenPointToCoordPoint(
    Point point
)

Parameters

Name Type Description
point Point

A CoordPoint class descendant object.

Returns

Type Description
CoordPoint

A Point object.

See Also