Qyoto.QWidget.Update C# (CSharp) 메소드

Update() 공개 메소드

public Update ( QRegion arg1 ) : void
arg1 QRegion
리턴 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