CoordinateConverterBase.Convert(CoordPoint) Method
In This Article
Converts the specified point from one coordinate system to another.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public abstract CoordPoint Convert(
CoordPoint sourcePoint
)
#Parameters
Name | Type | Description |
---|---|---|
source |
Coord |
A Coord |
#Returns
Type | Description |
---|---|
Coord |
A Coord |
See Also