Click or drag to resize

TreeForm Constructor (ITree, Int32, Font)

Constructs a TreeForm displaying the given tree using the given Font.

Namespace:  KansasStateUniversity.TreeViewer2
Assembly:  KansasStateUniversity.TreeViewer2 (in KansasStateUniversity.TreeViewer2.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public TreeForm(
	ITree t,
	int maxHeight,
	Font fnt
)

Parameters

t
Type: KansasStateUniversity.TreeViewer2ITree
The tree to be displayed.
maxHeight
Type: SystemInt32
The maximum height to be displayed.
fnt
Type: System.DrawingFont
The Font to use.
Exceptions
ExceptionCondition
NullReferenceExceptionIf fnt is null.
See Also