Search
FlowLayout.Arrange Method
See Also
 





Applies the layout to the specified Diagram instance and an array of rectangles defining custom lane borders.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual bool Arrange (
    Diagram diagram,
    RectangleF[] laneBorders
)

Visual Basic  Copy Code

Public Overridable Function Arrange( _
    diagram As Diagram, _
    laneBorders() As RectangleF _
) As Boolean

 Parameters

diagram
The Diagram to arrange.
laneBorders
An array of rectangles defining custom lane borders.

 Return Value

true if the diagram has been arranged successfully; otherwise, false.

 See Also