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