-
Home
-
API
-
XenoAtom.Terminal
-
TerminalSize
-
Constructors
-
TerminalSize(Int32, Int32)
TerminalSize(Int32, Int32) Constructor
Definition
Represents a terminal size in columns and rows.
public TerminalSize(int Columns, int Rows)
Parameters
- Columns
- Int32
The number of columns (width).
- Rows
- Int32
The number of rows (height).