Click or drag to resize

TreePrintPrintDistNext Method

Prints the separator to the next node.

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

Parameters

p  PegNode
The current node.
bAlignVertical  Boolean
Whether output is vertically aligned.
nOffsetLineBeg  Int32
The current line offset.
nLevel  Int32
The current tree level.
See Also