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)
Syntaxpublic TreeForm(
ITree t,
int maxHeight,
Font fnt
)
Public Sub New (
t As ITree,
maxHeight As Integer,
fnt As Font
)
public:
TreeForm(
ITree^ t,
int maxHeight,
Font^ fnt
)
new :
t : ITree *
maxHeight : int *
fnt : Font -> TreeForm
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
See Also