CoordinateConverterBase.Convert(CoordPoint) Method
Converts the specified point from one coordinate system to another.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.1.dll
NuGet Package: DevExpress.Win.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 CoordPoint object that is a converted point. |
See Also