Displays the hierarchy on the current Canvas.
Namespace: TreeLayoutHelper.HierarchyLayoutAssembly: 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 hierarchy 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.