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

QDrawWinPanel() public static méthode

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

Same methods

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