Qt.QBitmap Class

public class QBitmap: QPixmap, System.IDisposable

Base Types

System.Object
  QtSupport
    QPixmap
      QBitmap

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QBitmap Constructors

QBitmap() Constructor
QBitmap(int, int, bool, Optimization) Constructor
QBitmap(Qt.QSize, bool, Optimization) Constructor
QBitmap(int, int, System.String, bool) Constructor
QBitmap(Qt.QSize, System.String, bool) Constructor
QBitmap(Qt.QBitmap) Constructor
QBitmap(System.String, System.String) Constructor
QBitmap(int, int) Constructor
QBitmap(int, int, bool) Constructor
QBitmap(Qt.QSize) Constructor
QBitmap(Qt.QSize, bool) Constructor
QBitmap(int, int, System.String) Constructor
QBitmap(Qt.QSize, System.String) Constructor
QBitmap(System.String) Constructor
QBitmap(void *) Constructor

QBitmap Methods

QBitmap.Finalize Method


QBitmap() Constructor

public void QBitmap();

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(int, int, bool, Optimization) Constructor

public void QBitmap(int w, int h, bool clear, Optimization arg1);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(Qt.QSize, bool, Optimization) Constructor

public void QBitmap(Qt.QSize arg1, bool clear, Optimization arg2);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(int, int, System.String, bool) Constructor

public void QBitmap(int w, int h, System.String bits, bool isXbitmap);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(Qt.QSize, System.String, bool) Constructor

public void QBitmap(Qt.QSize arg1, System.String bits, bool isXbitmap);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(Qt.QBitmap) Constructor

public void QBitmap(Qt.QBitmap arg1);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(System.String, System.String) Constructor

public void QBitmap(System.String fileName, System.String format);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(int, int) Constructor

public void QBitmap(int w, int h);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(int, int, bool) Constructor

public void QBitmap(int w, int h, bool clear);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(Qt.QSize) Constructor

public void QBitmap(Qt.QSize arg1);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(Qt.QSize, bool) Constructor

public void QBitmap(Qt.QSize arg1, bool clear);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(int, int, System.String) Constructor

public void QBitmap(int w, int h, System.String bits);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(Qt.QSize, System.String) Constructor

public void QBitmap(Qt.QSize arg1, System.String bits);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(System.String) Constructor

public void QBitmap(System.String fileName);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap(void *) Constructor

public void QBitmap(void * ptr);

See Also

Qt.QBitmap Class, Qt Namespace

QBitmap.Finalize Method

protected override void Finalize();

See Also

Qt.QBitmap Class, Qt Namespace