Displays the graph on the current Canvas.

Namespace: TreeLayoutHelper.FlowLayout
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 flow graph 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.

The graph elements will be drawn in the following order (which might be relevant for Z ordering):

  1. Frames
  2. Connections (including flow start and end)
  3. Nodes

See Also