Interface IUnitConverter
Assembly: Mapsui.dll
public interface IUnitConverter
Properties
|
Improve this Doc
View Source
Declaration
double MeterRatio { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
IEnumerable<int> ScaleBarValues { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Int32> |
|
Methods
|
Improve this Doc
View Source
GetScaleText(Int32)
Declaration
string GetScaleText(int mapScaleValue)
Parameters
Type |
Name |
Description |
System.Int32 |
mapScaleValue |
|
Returns
Type |
Description |
System.String |
|