Back to Devexpress

MapControl.ScreenPointToMapUnit(MapPoint) Method

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-dot-screenpointtomapunit-x28-devexpress-dot-xtramap-dot-mappoint-x29.md

latest1.4 KB
Original Source

MapControl.ScreenPointToMapUnit(MapPoint) Method

Converts the specified screen point into internal map units.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapUnit ScreenPointToMapUnit(
    MapPoint point
)
vb
Public Function ScreenPointToMapUnit(
    point As MapPoint
) As MapUnit

Parameters

NameTypeDescription
pointMapPoint

A MapPoint value to be converted.

|

Returns

TypeDescription
MapUnit

A MapUnit object containing internal map coordinates.

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace