Qyoto.QWidget.Update C# (CSharp) Method

Update() public method

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

Same methods

QWidget::Update ( ) : void
QWidget::Update ( QRect arg1 ) : void
QWidget::Update ( QRegion arg1 ) : void
QWidget