Back to Devexpress

CoordinateConverterBase.Convert(CoordPoint) Method

wpf-devexpress-dot-xpf-dot-map-dot-coordinateconverterbase-dot-convert-x28-devexpress-dot-map-dot-coordpoint-x29.md

latest1.4 KB
Original Source

CoordinateConverterBase.Convert(CoordPoint) Method

Converts the specified point from one coordinate system to another.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public abstract CoordPoint Convert(
    CoordPoint sourcePoint
)
vb
Public MustOverride Function Convert(
    sourcePoint As CoordPoint
) As CoordPoint

Parameters

NameTypeDescription
sourcePointCoordPoint

A CoordPoint class descendant that is a point in the old coordinate system.

|

Returns

TypeDescription
CoordPoint

A GeoPoint object that is a converted point.

|

See Also

CoordinateConverterBase Class

CoordinateConverterBase Members

DevExpress.Xpf.Map Namespace