Skip to main content
A newer version of this page is available. .

MapPoint.Normalize(MapPoint) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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