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.

Return Value

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also