MindFusion.Wpf Pack Programmer's Guide
DiagramView.ZoomToRect Method (Rect)
See Also
 





Zooms and scrolls the view to fit the specified diagram rectangle in the viewport.

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 viewport position and size.

 Remarks

The scroll position and zoom factor of the DiagramView are set so that specified rectangular area of the diagram is entirely visible in the viewport.

 See Also

ZoomToRect Method Overload List
DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
ScrollTo Method
BringIntoView Method
SetZoomFactor Method
ZoomFactor Property