[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.Scroll

Scroll Method

Scroll(int, int, Rectangle)

Moves the specified rectangle by offfset values.

Declaration
public void Scroll(int dx, int dy, Rectangle rectangle)
Parameters
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.

Remarks

[The current implementation is a time consumer, to be re-write.]