Qt.QPaintEvent Class

public class QPaintEvent: QEvent, System.IDisposable

Base Types

System.Object
  QtSupport
    QEvent
      QPaintEvent

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QPaintEvent(Qt.QRegion, bool) Constructor

public void QPaintEvent(Qt.QRegion paintRegion, bool erased);

See Also

Qt.QPaintEvent Class, Qt Namespace

QPaintEvent(Qt.QRect, bool) Constructor

public void QPaintEvent(Qt.QRect paintRect, bool erased);

See Also

Qt.QPaintEvent Class, Qt Namespace

QPaintEvent(Qt.QRegion) Constructor

public void QPaintEvent(Qt.QRegion paintRegion);

See Also

Qt.QPaintEvent Class, Qt Namespace

QPaintEvent(Qt.QRect) Constructor

public void QPaintEvent(Qt.QRect paintRect);

See Also

Qt.QPaintEvent Class, Qt Namespace

QPaintEvent(void *) Constructor

public void QPaintEvent(void * ptr);

See Also

Qt.QPaintEvent Class, Qt Namespace

QPaintEvent.Erased Method

public bool Erased();

See Also

Qt.QPaintEvent Class, Qt Namespace

QPaintEvent.Finalize Method

protected override void Finalize();

See Also

Qt.QPaintEvent Class, Qt Namespace

QPaintEvent.Rect Method

public Qt.QRect Rect();

See Also

Qt.QPaintEvent Class, Qt Namespace

QPaintEvent.Region Method

public Qt.QRegion Region();

See Also

Qt.QPaintEvent Class, Qt Namespace