Search
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