Skip to main content

CoordinateConverterBase Class

The base class for all coordinate converters.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public abstract class CoordinateConverterBase :
    MapDependencyObject,
    ICoordPointConverter

The following members return CoordinateConverterBase objects:

Remarks

This class introduces the CoordinateConverterBase.Convert method that allows converting points from one coordinate system to another.

See Also