Click or drag to resize
PixelShape Enumeration
doogal.co.uk Home



Enumerated type defining how pixels will be drawn

Namespace: LCDLabel
Assembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
public enum PixelShape
Members
  Member nameValueDescription
Square0 On and off pixels will be drawn as squares
Round1 On and off pixels will be drawn as circles
Shaped2 On pixels will be drawn as circles with faded edges, off pixels will be drawn as squares
See Also