TerminalScreen.GetRegion Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
GetRegion(Int32, Int32, Int32, Int32)
Gets the array of cells at the specified region represented by the TerminalScreenRegion class.
Declaration
public TerminalScreenRegion GetRegion(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 (0 is the first row). |
Int32 | width | Width of the region. |
Int32 | height | Height of the region. |
Returns
Type | Description |
---|---|
TerminalScreenRegion | A TerminalScreenRegion class representing the region of the cells. |