Qyoto.QWidget.Repaint C# (CSharp) Method

Repaint() public method

public Repaint ( Qyoto.QRect arg1 ) : void
arg1 Qyoto.QRect
return void
        public void Repaint(QRect arg1)
        {
            interceptor.Invoke("repaint#", "repaint(const QRect&)", typeof(void), typeof(QRect), arg1);
        }

Same methods

QWidget::Repaint ( ) : void
QWidget::Repaint ( QRegion arg1 ) : void
QWidget::Repaint ( int x, int y, int w, int h ) : void
QWidget