MapControl.ScreenPointToMapUnit(MapPoint) Method
Converts the specified screen point into internal map units.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
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