Resizes the document scrollable area so it fits all diagram items, optionally considering ony the visible items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void ResizeToFitItems ( |
Visual Basic
Copy Code
|
|---|
Public Sub ResizeToFitItems( _ |
A gap that should be left as a border around the diagram.
Specifies whether only the bounds of the Visible items should be included in the new document area.
RemarksResizes the document area to be just as big as needed, for example the smallest rectangle containing all diagram items.
See Also