doogal.co.uk Home
Enumerated type defining the available LCD pixel sizes
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
SyntaxPublic Enumeration PixelSize
public enum class PixelSize
Members
| Member name | Value | Description |
---|
| pix1x1 | 0 |
1 screen pixel is used for a LCD pixel
|
| pix2x2 | 1 |
2 screen pixels are used for a LCD pixel
|
| pix3x3 | 2 |
3 screen pixels are used for a LCD pixel
|
| pix4x4 | 3 |
4 screen pixels are used for a LCD pixel
|
| pix5x5 | 4 |
5 screen pixels are used for a LCD pixel
|
| pix6x6 | 5 |
6 screen pixels are used for a LCD pixel
|
| pix7x7 | 6 |
7 screen pixels are used for a LCD pixel
|
| pix8x8 | 7 |
8 screen pixels are used for a LCD pixel
|
| pix9x9 | 8 |
9 screen pixels are used for a LCD pixel
|
| pix10x10 | 9 |
10 screen pixels are used for a LCD pixel
|
| pix11x11 | 10 |
11 screen pixels are used for a LCD pixel
|
| pix12x12 | 11 |
12 screen pixels are used for a LCD pixel
|
| pix13x13 | 12 |
13 screen pixels are used for a LCD pixel
|
| pix14x14 | 13 |
14 screen pixels are used for a LCD pixel
|
| pix15x15 | 14 |
15 screen pixels are used for a LCD pixel
|
| pix16x16 | 15 |
16 screen pixels are used for a LCD pixel
|
| pixCustom | 16 |
A custom defined number of pixels are used for a LCD pixel
|
See Also