MindFusion.Wpf Pack Programmer's Guide
Diagram.ResizeToFitItems Method (Double, Boolean)
See Also
 





Resizes the document scrollable area so it fits all diagram items, optionally considering ony the visible items.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void ResizeToFitItems (
    double borderGap,
    bool onlyVisible
)

Visual Basic  Copy Code

Public Sub ResizeToFitItems( _
    borderGap As Double, _
    onlyVisible As Boolean _
)

 Parameters

borderGap

A gap that should be left as a border around the diagram.

onlyVisible
Specifies whether only the bounds of the Visible items should be included in the new document area.

 Remarks

Resizes the document area to be just as big as needed, for example the smallest rectangle containing all diagram items. For aesthetic reasons, additional space can be left around the outmost items as a margin. Invoking the method on an empty document produces no result.

 See Also

ResizeToFitItems Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
AutoResize Property
Bounds Property