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