TerminalControl.SetScreenSize Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9119)
SetScreenSize(Int32, Int32)
Sets a new screen size, resizing the control accordingly.
Declaration
public void SetScreenSize(int columns, int rows)
Parameters
Type | Name | Description |
---|---|---|
Int32 | columns | Horizontal size in character columns. |
Int32 | rows | Vertical size in character rows. |