Defines the possible units of length.
Namespace: HidSharp.Reports.Units
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | The unit system has no unit of length. | |
Centimeter | 1 | The unit of length is the centimeter (occurs in the SI Linear unit system). | |
Radians | 2 | The unit of length is the radian (occurs in the SI Rotation unit system). | |
Inch | 3 | The unit of length is the inch (occurs in the English Linear unit system). | |
Degrees | 4 | The unit of length is the degree (occurs in the English Rotation unit system). |
See Also