TerminalScreen.GetCell Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
GetCell(Int32, Int32)
Gets the cell at the specified position.
Declaration
public TerminalCell GetCell(int column, int row)
Parameters
Type | Name | Description |
---|---|---|
Int32 | column | Cell column (0 is the first column). |
Int32 | row | Cell row (-HistoryLength is the lowest row, 0 is the first row on the screen). |
Returns
Type | Description |
---|---|
TerminalCell | Character cell. |
Remarks
For optimization purpose empty cells with BackColor = 0 are discarded from history. If a discarded cell is requested an empty cell with BackColor = 0, ForeColor = 7 and default formatting properties is returned instead.