Interface ITextConsoleWithPhysicalDisplay
Inherited Members
Namespace: SociallyDistant.Core.OS.Devices
Assembly: SociallyDistant.Framework.dll
Syntax
public interface ITextConsoleWithPhysicalDisplay : ITextConsole
Properties
CursorLeft
Declaration
int CursorLeft { get; }
Property Value
Type | Description |
---|---|
int |
CursorTop
Declaration
int CursorTop { get; }
Property Value
Type | Description |
---|---|
int |
Height
Declaration
int Height { get; }
Property Value
Type | Description |
---|---|
int |
Width
Declaration
int Width { get; }
Property Value
Type | Description |
---|---|
int |