C#
Java
public enum SaneUnit | Value | Member | Description |
|---|---|---|
| 0 | None | Value is unit-less |
| 1 | Pixel | Value is in number of pixels |
| 2 | Bit | Value is in number of bits |
| 3 | MM | Value is in millimeters |
| 4 | Dpi | Value is a resolution in dots per inch |
| 5 | Percent | Value is a percentage |
| 6 | Microsecond | Value is time in micro seconds |