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

QDrawWinButton() public static méthode

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

Same methods

Qt::QDrawWinButton ( QPainter p, QRect r, QPalette pal ) : void
Qt::QDrawWinButton ( QPainter p, QRect r, QPalette pal, bool sunken ) : 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