MindFusion.Wpf Pack Programmer's Guide
AnnealLayout.BeginArrange Method
See Also
 





Initializes the layout object for a step-by-step execution.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool BeginArrange (
    Diagram diagram,
    DiagramItemCollection items
)

Visual Basic  Copy Code

Public Function BeginArrange( _
    diagram As Diagram, _
    items As DiagramItemCollection _
) As Boolean

 Parameters

diagram
The Diagram that will be arranged.
items
A collection of nodes and links from diagram that define the subgraph to arrange.

 Return Value

true if the layout object has been initialized successfully; otherwise, false.

 See Also

AnnealLayout Members
AnnealLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace