Sets a new screen size.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
| Visual Basic |
|---|
Sub SetScreenSize ( _ columns As Integer, _ rows As Integer _ ) |
| C# |
|---|
void SetScreenSize( int columns, int rows ) |
Parameters
- columns
- Type: System..::..Int32
Horizontal size in character columns.
- rows
- Type: System..::..Int32
Vertical size in character rows.