Search
DiagramView.bringRectIntoView Method
See Also
 





Scrolls the view to make the specified rectangular area visible.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

function bringRectIntoView (rect)

 Parameters

rect

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

 See Also