Back to Devexpress

MapPoint.Normalize(MapPoint) Method

windowsforms-devexpress-dot-xtramap-dot-mappoint-dot-normalize-x28-devexpress-dot-xtramap-dot-mappoint-x29.md

latest1.2 KB
Original Source

MapPoint.Normalize(MapPoint) Method

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public static MapPoint Normalize(
    MapPoint point
)
vb
Public Shared Function Normalize(
    point As MapPoint
) As MapPoint

Parameters

NameTypeDescription
pointMapPoint

The map point with non-normalized coordinates.

|

Returns

TypeDescription
MapPoint

The map point with normalized coordinates.

|

See Also

MapPoint Struct

MapPoint Members

DevExpress.XtraMap Namespace