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

BitmapViewer.ScrollHorizontal Method

Moves the horizontal scroll bar by the specified value.

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

Syntax

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

Parameters

scrollDelta

Type: System.Int32

The distance to move the horizontal scroll bar.

See Also

Reference