Skip to main content
All docs
V26.1
  • MapPoint.Normalize(MapPoint) Method

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.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