Back to Devexpress

MapControl.MapUnitToScreenPoint(MapUnit) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-mapunittoscreenpoint-x28-devexpress-dot-xpf-dot-map-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.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Parameters

NameTypeDescription
mapUnitMapUnit

A MapUnit object to be converted.

|

Returns

TypeDescription
Point

A Point object specifying a map coordinate on the screen.

|

See Also

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace