TerminalScreenRegion.GetCell Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
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 (0 is the first row). |
Returns
| Type | Description |
|---|---|
| TerminalCell | Character cell. |