public class QCanvasPixmap: QPixmap, System.IDisposable
System.Object
QtSupport
QPixmap
QCanvasPixmapThis type implements System.IDisposable.
Qt Namespace
QCanvasPixmap Constructors
QCanvasPixmap(System.String) Constructor
QCanvasPixmap(Qt.QImage) Constructor
QCanvasPixmap(Qt.QPixmap, Qt.QPoint) Constructor
QCanvasPixmap(void *) Constructor
QCanvasPixmap Methods
QCanvasPixmap.Finalize Method
QCanvasPixmap.OffsetX Method
QCanvasPixmap.OffsetY Method
QCanvasPixmap.SetOffset Method
public void QCanvasPixmap(System.String datafilename);
Qt.QCanvasPixmap Class, Qt Namespace
public void QCanvasPixmap(Qt.QImage image);
Qt.QCanvasPixmap Class, Qt Namespace
public void QCanvasPixmap(Qt.QPixmap arg1, Qt.QPoint hotspot);
Qt.QCanvasPixmap Class, Qt Namespace
public void QCanvasPixmap(void * ptr);
Qt.QCanvasPixmap Class, Qt Namespace
protected override void Finalize();
Qt.QCanvasPixmap Class, Qt Namespace
public int OffsetX();
Qt.QCanvasPixmap Class, Qt Namespace
public int OffsetY();
Qt.QCanvasPixmap Class, Qt Namespace
public void SetOffset(int x, int y);
Qt.QCanvasPixmap Class, Qt Namespace