Back to Devexpress

MapControl.MapUnitToScreenPoint(MapUnit) Method

windowsforms-devexpress-dot-xtramap-dot-mapcontrol-dot-mapunittoscreenpoint-x28-devexpress-dot-xtramap-dot-mapunit-x29.md

latest1.3 KB
Original Source

MapControl.MapUnitToScreenPoint(MapUnit) Method

Converts the specified map unit into the point on a screen.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public MapPoint MapUnitToScreenPoint(
    MapUnit mapUnit
)
vb
Public Function MapUnitToScreenPoint(
    mapUnit As MapUnit
) As MapPoint

Parameters

NameTypeDescription
mapUnitMapUnit

A MapUnit object to be converted.

|

Returns

TypeDescription
MapPoint

A MapPoint value.

|

See Also

MapControl Class

MapControl Members

DevExpress.XtraMap Namespace