Click or drag to resize

TreePrintLenDistNext Method

Gets the printed distance 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 int LenDistNext(
	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.

Return Value

Int32
The printed distance.
See Also