CoordinateConverterBase.Convert(CoordPoint) Method
Converts the specified point from one coordinate system to another.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
sourcePoint | CoordPoint | A CoordPoint class descendant that is a point in the old coordinate system. |
Returns
Type | Description |
---|---|
CoordPoint | A GeoPoint object that is a converted point. |
See Also