ISevenSegmentDisplay Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a 7-Segment display that can display multiple digits
public interface ISevenSegmentDisplay
type ISevenSegmentDisplay = interface
Public Interface ISevenSegmentDisplay
- Derived
Properties
Item[Int32] |
Gets or sets a single digit's segments by id |
NumberOfDigits |
Gets the number of digits supported by the display |
Methods
Write(ReadOnlySpan<Font>, Int32) |
Write a series of characters to the display buffer |
Write(ReadOnlySpan<Segment>, Int32) |
Write a series of digits to the display buffer |