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

QDrawShadeRect() public static méthode

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

Same methods

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 ) : void
Qt::QDrawShadeRect ( QPainter p, int x, int y, int w, int h, QPalette pal, bool sunken, int lineWidth, int midLineWidth, QBrush fill ) : void