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

QDrawPlainRect() public static méthode

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

Same methods

Qt::QDrawPlainRect ( QPainter p, QRect r, QColor arg3 ) : 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