Gets the text at the specified region. It is represented by array of lines.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Function GetRegionText ( _ column As Integer, _ row As Integer, _ width As Integer, _ height As Integer _ ) As String() |
C# |
---|
public string[] GetRegionText( int column, int row, int width, int height ) |
Parameters
- column
- Type: System..::..Int32
Cell column (0 is the first column).
- row
- Type: System..::..Int32
Cell row (-HistoryLength is the lowest row, 0 is the first row on the screen).
- width
- Type: System..::..Int32
Width of the region.
- height
- Type: System..::..Int32
Height of the region.