Zooms and scrolls the view to fit the specified diagram rectangle in the viewport.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void ZoomToRect ( |
Visual Basic
Copy Code
|
|---|
Public Sub ZoomToRect( _ |
A Rect instance specifying viewport position and size.
RemarksThe scroll position and zoom factor of the DiagramView are set so that specified rectangular area of the diagram is entirely visible in the viewport.
See Also