This documentation is for the old version. Go to the latest Graphics Mill docs

MultiLayerViewer.Scroll Method (Int32, Int32)

Moves scroll bars by the specified values.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Overrides Sub Scroll ( _
        horizontalDelta
As Integer, _
        verticalDelta
As Integer _
)
C#
public override void Scroll(
       
int horizontalDelta,
       
int verticalDelta
)

Parameters

horizontalDelta

Type: System.Int32

Shift of the horizontal scroll bar.
verticalDelta

Type: System.Int32

Shift of the vertical scroll bar.

See Also

Reference