Draws one or more connection lines at the end of the graph starting at the last nodes.
Namespace: TreeLayoutHelper.FlowLayoutAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
void DrawFlowEnd( FlowLayoutModel<TNode> model, NodeWithBounds<TNode>[] lastSources, int endOffset ) |
Visual Basic |
---|
Sub DrawFlowEnd ( _ model As FlowLayoutModel(Of TNode), _ lastSources As NodeWithBounds(Of TNode)(), _ endOffset As Integer _ ) |
Visual C++ |
---|
void DrawFlowEnd( FlowLayoutModel<TNode>^ model, array<NodeWithBounds<TNode>>^ lastSources, int endOffset ) |
J# |
---|
void DrawFlowEnd( FlowLayoutModel<TNode> model, NodeWithBounds<TNode>[] lastSources, int endOffset ) |
JScript |
---|
function DrawFlowEnd( model : FlowLayoutModel<TNode>, lastSources : NodeWithBounds<TNode>[], endOffset : int ) |
JavaScript |
---|
function DrawFlowEnd(model, lastSources, endOffset); |
Parameters
- model
- Type: TreeLayoutHelper.FlowLayout..::..FlowLayoutModel<(Of <(<'TNode>)>)>
The flow graph model.
- lastSources
- Type: array<TreeLayoutHelper..::..NodeWithBounds<(Of <(<'TNode>)>)>>[]()[][]
The last source nodes.
- endOffset
- Type: System..::..Int32
The offset along the flow direction of the end point.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | model or lastSources is nullNothingnullptra null reference (Nothing in Visual Basic). |