SetBufferSize
Sets the size of the underlying screen buffer.
Public Sub SetBufferSize(
ByVal Width As Long,
ByVal Height As Long )
Parameters
- Width
-
[ByVal]
Long.
The width in characters of the buffer.
- Height
-
[ByVal]
Long.
The height in characters of the buffer.
See Also
Project CorLib Overview
Class Console Overview