Search
DiagramNode.SetRect Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SetRect (
    RectangleF rect,
    bool raiseModfEvent
)

Visual Basic  Copy Code

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

 Parameters

rect

The new location of the node.

raiseModfEvent
A flag specifying whether to raise the NodeModified event.

 See Also