Skip to main content
A newer version of this page is available. .

MapControl.ScreenPointToMapUnit(MapPoint) Method

Converts the specified screen point into internal map units.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public MapUnit ScreenPointToMapUnit(
    MapPoint point
)

Parameters

Name Type Description
point MapPoint

A MapPoint value to be converted.

Returns

Type Description
MapUnit

A MapUnit object containing internal map coordinates.

See Also