Qyoto.QPixmap.Scroll C# (CSharp) Method

Scroll() public method

public Scroll ( int dx, int dy, int x, int y, int width, int height, QRegion exposed ) : void
dx int
dy int
x int
y int
width int
height int
exposed QRegion
return void
        public void Scroll(int dx, int dy, int x, int y, int width, int height, QRegion exposed)
        {
            interceptor.Invoke("scroll$$$$$$#", "scroll(int, int, int, int, int, int, QRegion*)", typeof(void), typeof(int), dx, typeof(int), dy, typeof(int), x, typeof(int), y, typeof(int), width, typeof(int), height, typeof(QRegion), exposed);
        }

Same methods

QPixmap::Scroll ( int dx, int dy, Qyoto.QRect rect ) : void
QPixmap::Scroll ( int dx, int dy, Qyoto.QRect rect, QRegion exposed ) : void
QPixmap::Scroll ( int dx, int dy, int x, int y, int width, int height ) : void