Search
InteractionTarget.ZoomToRect Method
See Also
 





Zooms the view to fit the specified diagram region inside view's bounds.

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

 Syntax

C#  Copy Code

void ZoomToRect (
    Rect rect,
    bool centered
)

Visual Basic  Copy Code

Sub ZoomToRect( _
    rect As Rect, _
    centered As Boolean _
)

 Parameters

rect

centered

 See Also