ASP.NET Pack Programmer's Guide
DiagramNode.setBounds Method (Rectangle2D, Boolean, Boolean)
See Also
 






Sets the location and size of this node.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setBounds (
    Rectangle2D rect,
    boolean updateGroups,
    boolean updateLinks
)

 Parameters

rect

A Rectangle2D specifying the node position.

updateGroups

Specifies whether the position of child nodes attached to this one should be updated too.

updateLinks

Specifies whether the position of links connected to this node should be updated too.

 See Also

setBounds Method Overload List
DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace
resize Method
getBounds Method