Instrumentation Widgets for PDA

DigitsDisplay Constructor (Color, Int32, Int32, Int32, Color, Int32, Int32)

Creates new instance of the DigitsDisplay class with specified settings.

[Visual Basic]
Overloads Public Sub New( _
   ByVal activeColor As Color, _
   ByVal digitHeight As Integer, _
   ByVal digitSpace As Integer, _
   ByVal digitWidth As Integer, _
   ByVal inactiveColor As Color, _
   ByVal segmentSpace As Integer, _
   ByVal segmentThickness As Integer _
)
[C#]
public DigitsDisplay(
   Color activeColor,
   int digitHeight,
   int digitSpace,
   int digitWidth,
   Color inactiveColor,
   int segmentSpace,
   int segmentThickness
);

See Also

DigitsDisplay Class | PerpetuumSoft.InstrumentationPDA Namespace | DigitsDisplay Constructor Overload List