Zooms and scrolls the view to fit the specified diagram rectangle in the viewport.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void ZoomToRect ( |
Visual Basic Copy Code |
---|
Public Sub ZoomToRect( _ |
A Rect instance specifying viewport position and size.
true to center the specified rectangle in new viewport, or false to align top-left corners.
The scroll position and zoom factor of the DiagramView are set so that specified rectangular area of the diagram is entirely visible in the viewport.
WpfDiagram Programmer's Guide | © 2024 MindFusion |