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

QDrawShadeRect() public static méthode

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

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, 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