LayerBase.MapUnitToScreenPoint(MapUnit) Method
In This Article
Converts the specified map unit into the point on a screen.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
map |
Map |
A Map |
#Returns
Type | Description |
---|---|
Point | A Point value. |
See Also