MindFusion.Wpf Pack Programmer's Guide
DiagramNode.SetRect Method
See Also
 





This method is used internally by the Ruler control to align nodes.

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

 Syntax

C#  Copy Code

public void SetRect (
    Rect rect,
    bool raiseModfEvent
)

Visual Basic  Copy Code

Public Sub SetRect( _
    rect As Rect, _
    raiseModfEvent As Boolean _
)

 Parameters

rect

The new location of the node.

raiseModfEvent
A flag specifying whether to raise the NodeModified event.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace