Qyoto.QPixmap.Scroll C# (CSharp) Method

Scroll() public method

public Scroll ( int dx, int dy, Qyoto.QRect rect ) : void
dx int
dy int
rect Qyoto.QRect
return void
        public void Scroll(int dx, int dy, QRect rect)
        {
            interceptor.Invoke("scroll$$#", "scroll(int, int, const QRect&)", typeof(void), typeof(int), dx, typeof(int), dy, typeof(QRect), rect);
        }

Same methods

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
QPixmap::Scroll ( int dx, int dy, int x, int y, int width, int height, QRegion exposed ) : void