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

BitmapViewer.Scroll Method (Int32, Int32)

Moves the scroll bar by specified values.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.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

The distance to move the horizontal scroll bar.
verticalDelta

Type: System.Int32

The distance to move the vertical scroll bar.

See Also

Reference