Scrolls a portion of the window.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public void Scroll(
	Rectangle rect,
	int vOffset,
	int hOffset
)
Visual Basic
Public Sub Scroll ( 
	rect As Rectangle,
	vOffset As Integer,
	hOffset As Integer
)

Parameters

rect
Type: System.Drawing..::..Rectangle
vOffset
Type: System..::..Int32
hOffset
Type: System..::..Int32

Implements

IUserInterface..::..Scroll(Rectangle, Int32, Int32)

See Also