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