Returns the smallest rectangle that bounds all diagram items.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Rectangle2D getContentBounds ( |
Specifies whether only printable items should be considered.
Specifies whether only visible items should be considered.
A Rectangle2D instance representing the smallest rectangle that bounds all diagram items.
See Also