[]
Represents a unit used by CartesianCoordinateSystem.
[TypeConverter(typeof(MapUnitConverter))]
public class MapUnit : IMapUnit
Name | Description |
---|---|
MapUnit(string, string, double) | Creates a new instance of MapUnit. |
Name | Description |
---|---|
Centimeter | The centimeter (cm) unit. |
Decimeter | The decimeter (dm) unit. |
Fath | The fath (fa) unit. |
Foot | The foot (ft) unit. |
Furlong | The furlong (fu) unit. |
Inch | The inch (in) unit. |
Kilometer | The kilometer (km) unit. |
Meter | The meter (m) unit. |
Mile | The mile (mi) unit. |
Millimeter | The millimeter (mm) unit. |
Yard | The yard (yd) unit. |
Name | Description |
---|---|
Abbreviation | Gets the abbreviation name of the unit. |
MetersPerUnit | Gets the number of meters per unit. |
Name | Gets the full name of the unit. |