Skip to main content

MapPoint.Normalize(MapPoint) Method

Normalizes the specified map point’s coordinates to the range from 0 to 1.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public static MapPoint Normalize(
    MapPoint point
)

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