TerminalCell Struct
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9448)
Represents a single character cell from the terminal buffer.
Syntax
public struct TerminalCell
Inherited Members
Properties
| Name | Description |
|---|---|
| BackColor | Gets or sets the background color (a palette index). |
| Blink | Gets or sets a blink flag. |
| Bold | Gets or sets a bold flag. |
| Character | Gets or sets the character. |
| ForeColor | Gets or sets the foreground color (a palette index). |
| Italic | Gets or sets an italic flag. |
| Underline | Gets or sets the underline style. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns the cell character. |