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

BitmapViewer.ScrollVertical Method

Moves the vertical scroll bar by the specified value.

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

Syntax

Visual Basic
Public Sub ScrollVertical ( _
	scrollDelta As Integer _
)
C#
public void ScrollVertical(
	int scrollDelta
)

Parameters

scrollDelta

Type: System.Int32

The distance to move the vertical scroll bar.

See Also

Reference