windowsforms-devexpress-dot-xtramap-b2fab5a6.md
This class provides the base functionality of the coordinate system for the Map Control.
Namespace : DevExpress.XtraMap
Assembly : DevExpress.XtraMap.v25.2.dll
NuGet Package : DevExpress.Win.Map
public abstract class MapCoordinateSystem :
ICoordinateSystemProvider,
INotifyPropertyChanged
Public MustInherit Class MapCoordinateSystem
Implements ICoordinateSystemProvider,
INotifyPropertyChanged
The following members return MapCoordinateSystem objects:
This class provides the MapCoordinateSystem.CreatePoint method used to create points in the current coordinate system.
Object MapCoordinateSystem CartesianMapCoordinateSystem
See Also