TerminalScreenRegion Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
Represents a region of character cells of the terminal screen.
Syntax
public class TerminalScreenRegion
Inherited Members
Properties
| Name | Description |
|---|---|
| Height | Gets a height of the region. |
| Item[Int32, Int32] | Gets the cell at the specified position. |
| Width | Gets a width of the region. |
Methods
| Name | Description |
|---|---|
| GetCell(Int32, Int32) | Gets the cell at the specified position. |