TerminalScreen.GetRegionText Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
GetRegionText(Int32, Int32, Int32, Int32)
Gets the text at the specified region. It is represented by array of lines.
Declaration
public string[] GetRegionText(int column, int row, int width, int height)
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). |
Int32 | width | Width of the region. |
Int32 | height | Height of the region. |
Returns
Type | Description |
---|---|
String[] |