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