Search
DiagramView.BringIntoView Method (RectangleF)
See Also
 





Scrolls the view to make the specified rectangular area visible.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public void BringIntoView (
    RectangleF rect
)

Visual Basic  Copy Code

Public Sub BringIntoView( _
    rect As RectangleF _
)

 Parameters

rect

A RectangleF specifying the diagram region to show in the viewport.

 See Also