WmsPointConverterBase.Convert(CoordPoint) Method
Converts the specified point to another coordinate system.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v22.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | CoordPoint | A CoordPoint object specifying the point in the initial coordinate system. |
Returns
Type | Description |
---|---|
CoordPoint | A CoordPoint object specifying the point in the new coordinate system. |
See Also