IScreen.Resize Method
Namespace: Rebex.TerminalEmulation.Interop
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Resize(Int32, Int32)
Resize the screen.
Declaration
void Resize(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | Screen width. |
Int32 | height | Screen height. |