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

QDrawPlainRect() public static méthode

public static QDrawPlainRect ( QPainter p, QRect r, QColor arg3 ) : void
p QPainter
r QRect
arg3 QColor
Résultat void
        public static void QDrawPlainRect(QPainter p, QRect r, QColor arg3)
        {
            staticInterceptor.Invoke("qDrawPlainRect###", "qDrawPlainRect(QPainter*, const QRect&, const QColor&)", typeof(void), typeof(QPainter), p, typeof(QRect), r, typeof(QColor), arg3);
        }

Same methods

Qt::QDrawPlainRect ( QPainter p, QRect r, QColor arg3, int lineWidth ) : void
Qt::QDrawPlainRect ( QPainter p, QRect r, QColor arg3, int lineWidth, QBrush fill ) : void
Qt::QDrawPlainRect ( QPainter p, int x, int y, int w, int h, QColor arg6 ) : void
Qt::QDrawPlainRect ( QPainter p, int x, int y, int w, int h, QColor arg6, int lineWidth ) : void
Qt::QDrawPlainRect ( QPainter p, int x, int y, int w, int h, QColor arg6, int lineWidth, QBrush fill ) : void