public class QBrush: QtSupport, System.IDisposable
System.Object
QtSupport
QBrushThis type implements System.IDisposable.
Qt Namespace
QBrush Constructors
QBrush() Constructor
QBrush(Qt.BrushStyle) Constructor
QBrush(Qt.QColor, Qt.BrushStyle) Constructor
QBrush(Qt.QColor, Qt.QPixmap) Constructor
QBrush(Qt.QBrush) Constructor
QBrush(Qt.QColor) Constructor
QBrush(void *) Constructor
QBrush Methods
QBrush.Color Method
QBrush.Finalize Method
QBrush.Pixmap Method
QBrush.SetColor Method
QBrush.SetPixmap Method
QBrush.SetStyle Method
QBrush.Style Method
public void QBrush();
Qt.QBrush Class, Qt Namespace
public void QBrush(Qt.BrushStyle arg1);
Qt.QBrush Class, Qt Namespace
public void QBrush(Qt.QColor arg1, Qt.BrushStyle arg2);
Qt.QBrush Class, Qt Namespace
public void QBrush(Qt.QColor arg1, Qt.QPixmap arg2);
Qt.QBrush Class, Qt Namespace
public void QBrush(Qt.QBrush arg1);
Qt.QBrush Class, Qt Namespace
public void QBrush(Qt.QColor arg1);
Qt.QBrush Class, Qt Namespace
public void QBrush(void * ptr);
Qt.QBrush Class, Qt Namespace
public Qt.QColor Color();
Qt.QBrush Class, Qt Namespace
protected override void Finalize();
Qt.QBrush Class, Qt Namespace
public Qt.QPixmap Pixmap();
Qt.QBrush Class, Qt Namespace
public void SetColor(Qt.QColor arg1);
Qt.QBrush Class, Qt Namespace
public void SetPixmap(Qt.QPixmap arg1);
Qt.QBrush Class, Qt Namespace
public void SetStyle(Qt.BrushStyle arg1);
Qt.QBrush Class, Qt Namespace
public Qt.BrushStyle Style();
Qt.QBrush Class, Qt Namespace