Qyoto.Qt.QDrawWinButton C# (CSharp) Méthode

QDrawWinButton() public static méthode

public static QDrawWinButton ( QPainter p, QRect r, QPalette pal ) : void
p QPainter
r QRect
pal QPalette
Résultat void
        public static void QDrawWinButton(QPainter p, QRect r, QPalette pal)
        {
            staticInterceptor.Invoke("qDrawWinButton###", "qDrawWinButton(QPainter*, const QRect&, const QPalette&)", typeof(void), typeof(QPainter), p, typeof(QRect), r, typeof(QPalette), pal);
        }

Same methods

Qt::QDrawWinButton ( QPainter p, QRect r, QPalette pal, bool sunken ) : void
Qt::QDrawWinButton ( QPainter p, QRect r, QPalette pal, bool sunken, QBrush fill ) : void
Qt::QDrawWinButton ( QPainter p, int x, int y, int w, int h, QPalette pal ) : void
Qt::QDrawWinButton ( QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken ) : void
Qt::QDrawWinButton ( QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken, QBrush fill ) : void