Click or drag to resize

TreePrintPrintLeaf Method

Prints a leaf node.

Namespace: Altaxo.Main.PegParser
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void PrintLeaf(
	PegNode p,
	ref int nOffsetLineBeg,
	bool bAlignVertical
)

Parameters

p  PegNode
The node to print.
nOffsetLineBeg  Int32
The current line offset.
bAlignVertical  Boolean
Whether output is vertically aligned.
See Also