Enumerated type defining how pixels will be drawn
Namespace:
LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public enum PixelShape |
| Visual Basic (Declaration) |
|---|
Public Enumeration PixelShape |
| Visual C++ |
|---|
public enum class PixelShape |
Members
| Member name | Description | |
|---|---|---|
| Square |
On and off pixels will be drawn as squares
| |
| Round |
On and off pixels will be drawn as circles
| |
| Shaped |
On pixels will be drawn as circles with faded edges, off pixels will be drawn as squares
|