Displays the tree on the current Canvas.

Namespace: TreeLayoutHelper.TreeLayout
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public override void Draw()
Visual Basic
Public Overrides Sub Draw
Visual C++
public:
virtual void Draw() override
J#
public void Draw()
JScript
public override function Draw()
JavaScript
function Draw();

Implements

ILayoutModelBase..::..Draw()()()()

Remarks

This method displays the tree using the object currently assigned to the Canvas property. If Canvas is nullNothingnullptra null reference (Nothing in Visual Basic), the method will not do anything.

See Also