wpf-devexpress-dot-xpf-dot-map-f46f1254.md
This class provides the base functionality of the coordinate system for the Map Control.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
public abstract class MapCoordinateSystem :
MapDependencyObject,
ICoordinateSystemProvider
Public MustInherit Class MapCoordinateSystem
Inherits MapDependencyObject
Implements ICoordinateSystemProvider
The following members return MapCoordinateSystem objects:
This class provides the MapCoordinateSystem.CreatePoint method used to create points in the current coordinate system.
Object DispatcherObject DependencyObject Freezable MapDependencyObject MapCoordinateSystem CartesianMapCoordinateSystem
See Also