DroidDiagram Programmer's Guide
ComponentBase.setBounds Method
See Also
 






Sets the calculated bounds of this component relative to its parent.

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

 Syntax

Java  Copy Code

public void setBounds (
    Rectangle2D.Float value
)

 Parameters

value

The bounds of this component relative to its parent.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace