TerminalSize(Int32, Int32) Constructor

Definition

Assembly XenoAtom.Terminal.dll

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).