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

ViewerBase.Scroll Method (Int32, Int32)

Moves scroll bars by the specified values.

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

Syntax

Visual Basic
Public MustOverride Sub Scroll ( _
	horizontalDelta As Integer, _
	verticalDelta As Integer _
)
C#
public abstract 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