TerminalScreen.SetCell Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SetCell(Int32, Int32, TerminalCell)
Sets the cell at the specified position to the specified cell.
Declaration
public void SetCell(int column, int row, TerminalCell cell)
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). |
TerminalCell | cell | Cell to replace the original cell. |