Sets a new terminal size.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public MustOverride Sub SetTerminalSize ( _ width As Integer, _ height As Integer _ ) |
C# |
---|
public abstract void SetTerminalSize( int width, int height ) |
Parameters
- width
- Type: System..::..Int32
Number of columns.
- height
- Type: System..::..Int32
Number of rows.