TerminalScreenRegion.Item Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
Item[Int32, Int32]
Gets the cell at the specified position.
Declaration
public TerminalCell this[int column, int row] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | column | Cell column (0 is the first column). |
| Int32 | row | Cell row (0 is the first row). |
Property Value
| Type | Description |
|---|---|
| TerminalCell | Character cell. |