Qyoto.QWidget.Repaint C# (CSharp) Method

Repaint() public method

public Repaint ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void
        public void Repaint(int x, int y, int w, int h)
        {
            interceptor.Invoke("repaint$$$$", "repaint(int, int, int, int)", typeof(void), typeof(int), x, typeof(int), y, typeof(int), w, typeof(int), h);
        }

Same methods

QWidget::Repaint ( ) : void
QWidget::Repaint ( Qyoto.QRect arg1 ) : void
QWidget::Repaint ( QRegion arg1 ) : void
QWidget