public class QPaintEvent: QEvent, System.IDisposable
System.Object
QtSupport
QEvent
QPaintEventThis type implements System.IDisposable.
Qt Namespace
QPaintEvent Constructors
QPaintEvent(Qt.QRegion, bool) Constructor
QPaintEvent(Qt.QRect, bool) Constructor
QPaintEvent(Qt.QRegion) Constructor
QPaintEvent(Qt.QRect) Constructor
QPaintEvent(void *) Constructor
QPaintEvent Methods
QPaintEvent.Erased Method
QPaintEvent.Finalize Method
QPaintEvent.Rect Method
QPaintEvent.Region Method
public void QPaintEvent(Qt.QRegion paintRegion, bool erased);
Qt.QPaintEvent Class, Qt Namespace
public void QPaintEvent(Qt.QRect paintRect, bool erased);
Qt.QPaintEvent Class, Qt Namespace
public void QPaintEvent(Qt.QRegion paintRegion);
Qt.QPaintEvent Class, Qt Namespace
public void QPaintEvent(Qt.QRect paintRect);
Qt.QPaintEvent Class, Qt Namespace
public void QPaintEvent(void * ptr);
Qt.QPaintEvent Class, Qt Namespace
public bool Erased();
Qt.QPaintEvent Class, Qt Namespace
protected override void Finalize();
Qt.QPaintEvent Class, Qt Namespace
public Qt.QRect Rect();
Qt.QPaintEvent Class, Qt Namespace
public Qt.QRegion Region();
Qt.QPaintEvent Class, Qt Namespace