Returns the smallest rectangle that bounds all diagram objects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Rect GetContentBounds ( |
Visual Basic
Copy Code
|
|---|
Public Function GetContentBounds( _ |
Specifies whether only printable items should be considered.
Specifies whether only visible items should be considered.
The smallest rectangle that bounds all diagram items.
See Also