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

MapUnit.Normalize(MapUnit) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public static MapUnit Normalize(
    MapUnit mapUnit
)

Parameters

Name Type Description
mapUnit MapUnit

A non-normalized MapUnit object.

Returns

Type Description
MapUnit

A normalized MapUnit object.

See Also