Skip to main content

CoordinateConverterBase Class

The base class for all coordinate converters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class CoordinateConverterBase :
    ICoordPointConverter

Remarks

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

See Also