Qyoto.Qt.QDrawShadeRect C# (CSharp) Method

QDrawShadeRect() public static method

public static QDrawShadeRect ( QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken, int lineWidth, int midLineWidth ) : void
p QPainter
x int
y int
w int
h int
pal QPalette
sunken bool
lineWidth int
midLineWidth int
return void
        public static void QDrawShadeRect(QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken, int lineWidth, int midLineWidth)
        {
            staticInterceptor.Invoke("qDrawShadeRect#$$$$#$$$", "qDrawShadeRect(QPainter*, int, int, int, int, const QPalette&, bool, int, int)", typeof(void), typeof(QPainter), p, typeof(int), x, typeof(int), y, typeof(int), w, typeof(int), h, 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 ) : 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, QBrush fill ) : void