MindFusion WinForms Programmer's Guide
SvgViewer.ScrollTo Method
See Also
 





Scrolls the controls's content to the specified point.

Namespace: MindFusion.SvgViewer
Assembly: MindFusion.SvgViewer

 Syntax

C#  Copy Code

public void ScrollTo (
    float x,
    float y
)

Visual Basic  Copy Code

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

 Parameters

x

The horizontal position to scroll to.

y

The vertical position to scroll to.

 See Also

SvgViewer Members
SvgViewer Class
MindFusion.SvgViewer Namespace