Click or drag to resize

TreeDrawingGetDrawing Method (Font)

Returns a TreePanel displaying this drawing 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 TreePanel GetDrawing(
	Font fnt
)

Parameters

fnt
Type: System.DrawingFont
The font used to display the tree.

Return Value

Type: TreePanel
A TreePanel displaying this drawing using the given Font.
Exceptions
ExceptionCondition
NullReferenceExceptionIf fnt is null.
See Also