Skip to main content

CartesianSourceCoordinateSystem Members

This class defines the Cartesian coordinate system.

Constructors

Name Description
CartesianSourceCoordinateSystem() Initializes a new instance of the CartesianSourceCoordinateSystem class with default settings.

Fields

Name Description
CoordinateConverterProperty static Identifies the SourceCoordinateSystem.CoordinateConverter dependency property. Inherited from SourceCoordinateSystem.
MeasureUnitProperty static Identifies the CartesianSourceCoordinateSystem.MeasureUnit dependency property.

Properties

Name Description
CoordinateConverter Gets or sets the coordinate converter used by the SourceCoordinateSystem object. Inherited from SourceCoordinateSystem.
MeasureUnit Gets or sets the measure unit used by this Cartesian coordinate system.

Methods

Name Description
CreatePoint(Double, Double) Creates a point with specified coordinate values. Inherited from SourceCoordinateSystem.

Events

Name Description
PropertyChanged Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject.
See Also