Click or drag to resize

TextOutputWindowControllerWrite(String) Method

Writes a string to the output.

Namespace: Altaxo.Gui.Pads.Output
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Write(
	string text
)

Parameters

text  String
The text to write to the output.

Implements

ITextOutputServiceWrite(String)
See Also