Qyoto.QWidget.Update C# (CSharp) Method

Update() public method

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

Same methods

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