Skip to main content

CoordinateConverterBase Class

The base class for all coordinate converters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

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