Qyoto.QWidget.Update C# (CSharp) Method

Update() public method

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

Same methods

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