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





Scrolls the controls's content to the specified point.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 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

y

 See Also

SvgViewer Members
SvgViewer Class
MindFusion.UI.WinForms Namespace