MindFusion.Wpf Pack Programmer's Guide
DiagramView.ScrollTo Method (Double, Double)
See Also
 





Scrolls the view to specified position.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void ScrollTo (
    double x,
    double y
)

Visual Basic  Copy Code

Public Sub ScrollTo( _
    x As Double, _
    y As Double _
)

 Parameters

x
The point on the x-axis of the diagram, in current MeasureUnit, to which the view should be scrolled.
y

The point on the y-axis of the diagram, in current MeasureUnit, to which the view should be scrolled.

 See Also

ScrollTo Method Overload List
DiagramView Members
DiagramView Class
MindFusion.Diagramming.Wpf Namespace
ScrollY Property
ScrollX Property
BringIntoView Method
ZoomToRect Method