TextBackedConsole(TextBackedConsole) Constructor |
Initializes a new instance of the
TextBackedConsole class. The text is copied from the provided text backed console.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public TextBackedConsole(
TextBackedConsole from
)
Parameters
- from TextBackedConsole
- The instance to copy the text from.
See Also