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

QDrawWinButton() public static méthode

public static QDrawWinButton ( QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken, QBrush fill ) : void
p QPainter
x int
y int
w int
h int
pal QPalette
sunken bool
fill QBrush
Résultat void
        public static void QDrawWinButton(QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken, QBrush fill)
        {
            staticInterceptor.Invoke("qDrawWinButton#$$$$#$#", "qDrawWinButton(QPainter*, int, int, int, int, const QPalette&, bool, const QBrush*)", typeof(void), typeof(QPainter), p, typeof(int), x, typeof(int), y, typeof(int), w, typeof(int), h, 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, 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