DroidDiagram Programmer's Guide
DiagramNode.setBounds Method (float, float, float, float)
See Also
 






Sets the node location and size.

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

 Syntax

Java  Copy Code

public void setBounds (
    float x,
    float y,
    float w,
    float h
)

 Parameters

x

The new horizontal position of the node.

y

The new vertical position of the node.

w

The new width of the node.

h

The new height of the node.

 See Also

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