CalendarView for WinForms
Scroll メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : Scroll メソッド
An int indicates the x offset.
An int indicates the y offset.
A System.Drawing.Rectangle structure that indicates the rectangle to be moved.
Moves the specified rectangle by offfset values.
シンタックス
'宣言
 
Public Sub Scroll( _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer, _
   ByVal rectangle As System.Drawing.Rectangle _
) 
public void Scroll( 
   System.int dx,
   System.int dy,
   System.Drawing.Rectangle rectangle
)

パラメータ

dx
An int indicates the x offset.
dy
An int indicates the y offset.
rectangle
A System.Drawing.Rectangle structure that indicates the rectangle to be moved.
解説
[The current implementation is a time consumer, to be re-write.]
参照

Graphics クラス
Graphics メンバ