Moves the specified rectangle by offfset values.
シンタックス
'宣言
Public Sub Scroll( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Drawing.Rectangle _
)
public void Scroll(
System.int ,
System.int ,
System.Drawing.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.
参照