CartesianMapCoordinateSystem.ConvertPoint(CoordPoint, MeasureUnit, MeasureUnit) Method
In This Article
Converts a point from one measure unit to another.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public static CartesianPoint ConvertPoint(
CoordPoint point,
MeasureUnit fromUnit,
MeasureUnit toUnit
)
#Parameters
Name | Type | Description |
---|---|---|
point | Coord |
A Coord |
from |
Measure |
A Measure |
to |
Measure |
A Measure |
#Returns
Type | Description |
---|---|
Cartesian |
A Cartesian |
See Also