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

CoordinateConverterBase Class

The base class for all coordinate converters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class CoordinateConverterBase :
    ICoordPointConverter

Remarks

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

See Also