MapPoint.Normalize(MapPoint) Method
Normalizes the specified map point’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 |
---|---|---|
point | MapPoint | The map point with non-normalized coordinates. |
Returns
Type | Description |
---|---|
MapPoint | The map point with normalized coordinates. |
See Also