Search
Diagram.ZoomToRect Method (Rect)
See Also
 





Zooms and scrolls the view to fit the specified document rectangle in the Diagram's visible area.

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

 Syntax

C#  Copy Code

public void ZoomToRect (
    Rect rect
)

Visual Basic  Copy Code

Public Sub ZoomToRect( _
    rect As Rect _
)

 Parameters

rect
A Rect instance specifying the diagram region that should be displayed.

 Remarks

The scroll position and zoom factor of the view are set so the specified rectangular area of the document is entirely visible in the diagram's client area. This method works correctly only if the Diagram is placed inside a ScrollViewer.

 See Also