Skip to main content
A newer version of this page is available. .

CoordinateConverterBase Class

The base class for all coordinate converters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

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