Scrolls the view to make the specified rectangular area visible.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public void BringIntoView ( |
Visual Basic
Copy Code
|
|---|
Public Sub BringIntoView( _ |
A RectangleF specifying the diagram region to show in the viewport.
See Also