Qyoto.Qt.QDrawShadeRect C# (CSharp) Method

QDrawShadeRect() public static method

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

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 ) : 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