Enumerated type defining how pixels will be drawn

Namespace:  LCDLabel
Assembly:  LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)

Collapse imageSyntax

C#
public enum PixelShape
Visual Basic (Declaration)
Public Enumeration PixelShape
Visual C++
public enum class PixelShape

Collapse imageMembers

Member nameDescription
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

Collapse imageSee Also