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

QDrawShadeRect() public static méthode

public static QDrawShadeRect ( QPainter p, QRect r, QPalette pal, bool sunken, int lineWidth, int midLineWidth ) : void
p QPainter
r QRect
pal QPalette
sunken bool
lineWidth int
midLineWidth int
Résultat void
        public static void QDrawShadeRect(QPainter p, QRect r, QPalette pal, bool sunken, int lineWidth, int midLineWidth)
        {
            staticInterceptor.Invoke("qDrawShadeRect###$$$", "qDrawShadeRect(QPainter*, const QRect&, const QPalette&, bool, int, int)", typeof(void), typeof(QPainter), p, typeof(QRect), r, typeof(QPalette), pal, typeof(bool), sunken, typeof(int), lineWidth, typeof(int), midLineWidth);
        }

Same methods

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