SetSize(TerminalSize, Boolean) Method

Definition

Assembly XenoAtom.Terminal.dll

Sets the current size and optionally publishes a TerminalResizeEvent if the size changed.

public void SetSize(TerminalSize size, bool raiseEvent = true)

Parameters

size
TerminalSize

The new size.

raiseEvent
Boolean

Whether to publish a resize event when the size changes.