Click or drag to resize

TextBackedConsole(TextBackedConsole) Constructor

Initializes a new instance of the TextBackedConsole class. The text is copied from the provided text backed console.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TextBackedConsole(
	TextBackedConsole from
)

Parameters

from  TextBackedConsole
The instance to copy the text from.
See Also