Gets the array of cells at the specified region represented by the TerminalScreenRegion class.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Function GetRegion ( _
	column As Integer, _
	row As Integer, _
	width As Integer, _
	height As Integer _
) As TerminalScreenRegion
C#
public TerminalScreenRegion GetRegion(
	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 (0 is the first row).
width
Type: System..::..Int32
Width of the region.
height
Type: System..::..Int32
Height of the region.

Return Value

A TerminalScreenRegion class representing the region of the cells.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also