Skip to main content

Class FourDigitSevenSegment

Four Digit Seven Segment Display

Assembly: FourDigitSevenSegment.dll
View Source
Declaration
public class FourDigitSevenSegment : IDisposable

Implements:
System.IDisposable

Properties

IsDisposed

Is the object disposed

View Source
Declaration
public bool IsDisposed { get; }

Methods

SetDisplay(string, int)

Displays the specified characters

View Source
Declaration
public void SetDisplay(string characters, int decimalLocation = -1)
Parameters
TypeNameDescription
System.StringcharactersThe characters to display
System.Int32decimalLocationThe decimal position (0 indexed)

SetDisplay(char[], int)

Displays the specified characters

View Source
Declaration
public void SetDisplay(char[] characters, int decimalLocation = -1)
Parameters
TypeNameDescription
System.Char[]charactersThe characters to display
System.Int32decimalLocationThe decimal position (0 indexed)

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

View Source
Declaration
public void Dispose()

Dispose(bool)

Dispose of the object

View Source
Declaration
protected virtual void Dispose(bool disposing)
Parameters
TypeNameDescription
System.BooleandisposingIs disposing

Implements

  • System.IDisposable