Qyoto.QWidget.Scroll C# (CSharp) Method

Scroll() public method

public Scroll ( int dx, int dy ) : void
dx int
dy int
return void
        public void Scroll(int dx, int dy)
        {
            interceptor.Invoke("scroll$$", "scroll(int, int)", typeof(void), typeof(int), dx, typeof(int), dy);
        }

Same methods

QWidget::Scroll ( int dx, int dy, Qyoto.QRect arg3 ) : void
QWidget