Search
DiagramView.ScrollTo Method (Double, Double, Boolean)
See Also
 






Scrolls the view to the specified diagram point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ScrollTo (
    double x,
    double y,
    bool keepInRange
)

Visual Basic  Copy Code

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

 Parameters

x

Horizontal scroll position.

y

Vertical scroll position.

keepInRange

Keep scroll position within diagram bounds.

 See Also