Back to Devexpress

MapCoordinateSystem Class

windowsforms-devexpress-dot-xtramap-b2fab5a6.md

latest1.7 KB
Original Source

MapCoordinateSystem Class

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

Declaration

csharp
public abstract class MapCoordinateSystem :
    ICoordinateSystemProvider,
    INotifyPropertyChanged
vb
Public MustInherit Class MapCoordinateSystem
    Implements ICoordinateSystemProvider,
               INotifyPropertyChanged

The following members return MapCoordinateSystem objects:

Remarks

This class provides the MapCoordinateSystem.CreatePoint method used to create points in the current coordinate system.

Inheritance

Object MapCoordinateSystem CartesianMapCoordinateSystem

GeoMapCoordinateSystem

See Also

MapCoordinateSystem Members

DevExpress.XtraMap Namespace