MapUnit.Normalize(MapUnit) Method
Normalizes the specified map unit’s coordinates to a range from 0 to 1.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| mapUnit | MapUnit | A non-normalized MapUnit object. |
Returns
| Type | Description |
|---|---|
| MapUnit | A normalized MapUnit object. |
See Also