Search
CompositeNode.ArrangeComponents Method
See Also
 






Invokes when the components within this node are being arranged.

Namespace: MindFusion.Diagramming
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 available space.

graphics

An IGraphics object that can be used for text measurement.

 See Also