PrintNodePrintNodeBeg Method |
Prints the beginning of a non-leaf node.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract void PrintNodeBeg(
PegNode p,
bool bAlignVertical,
ref int nOffsetLineBeg,
int nLevel
)
Parameters
- p PegNode
- The node to print.
- bAlignVertical Boolean
- Whether child nodes are aligned vertically.
- nOffsetLineBeg Int32
- The current line offset.
- nLevel Int32
- The current tree level.
See Also