TerminalScreen.GetRegion Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
GetRegion(Int32, Int32, Int32, Int32)
Gets the array of cells at the specified region represented by the Terminal
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 |
---|---|
Terminal |
A Terminal |