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.v18.2.dll

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