[]
Moves the specified rectangle by offfset values.
public void Scroll(int dx, int dy, Rectangle rectangle)
| Type | Name | Description |
|---|---|---|
| int | dx | An int indicates the x offset. |
| int | dy | An int indicates the y offset. |
| Rectangle | rectangle | A Rectangle structure that indicates the rectangle to be moved. |