DroidDiagram Programmer's Guide
DiagramNode.resize Method
See Also
 






Sets the size of a node.

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

 Syntax

Java  Copy Code

public void resize (
    float width,
    float height
)

 Parameters

width

The new width of this node.

height

The new height of this node.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace