Search
ComponentBase.ArrangeComponents Method
See Also
 





Recursively arranges the child components, within the specified space and using the specified graphics for measurement purposes.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void ArrangeComponents (
    Rect availableSpace,
    IGraphics graphics
)

Visual Basic  Copy Code

Public Overridable Sub ArrangeComponents( _
    availableSpace As Rect, _
    graphics As IGraphics _
)

 Parameters

availableSpace

The space available for arrangement.

graphics
A relevant IGraphics object.

 See Also