public class QCanvasPixmapArray: QtSupport, System.IDisposable
System.Object
QtSupport
QCanvasPixmapArrayThis type implements System.IDisposable.
Qt Namespace
QCanvasPixmapArray Constructors
QCanvasPixmapArray() Constructor
QCanvasPixmapArray(System.String, int) Constructor
QCanvasPixmapArray(System.String) Constructor
QCanvasPixmapArray(void *) Constructor
QCanvasPixmapArray Methods
QCanvasPixmapArray.Count Method
QCanvasPixmapArray.Finalize Method
QCanvasPixmapArray.Image Method
QCanvasPixmapArray.IsValid Method
QCanvasPixmapArray.ReadCollisionMasks Method
QCanvasPixmapArray.ReadPixmaps(System.String, int) Method
QCanvasPixmapArray.ReadPixmaps(System.String) Method
QCanvasPixmapArray.SetImage Method
public void QCanvasPixmapArray();
Qt.QCanvasPixmapArray Class, Qt Namespace
public void QCanvasPixmapArray(System.String datafilenamepattern, int framecount);
Qt.QCanvasPixmapArray Class, Qt Namespace
public void QCanvasPixmapArray(System.String datafilenamepattern);
Qt.QCanvasPixmapArray Class, Qt Namespace
public void QCanvasPixmapArray(void * ptr);
Qt.QCanvasPixmapArray Class, Qt Namespace
public uint Count();
Qt.QCanvasPixmapArray Class, Qt Namespace
protected override void Finalize();
Qt.QCanvasPixmapArray Class, Qt Namespace
public Qt.QCanvasPixmap Image(int i);
Qt.QCanvasPixmapArray Class, Qt Namespace
public bool IsValid();
Qt.QCanvasPixmapArray Class, Qt Namespace
public bool ReadCollisionMasks(System.String filenamepattern);
Qt.QCanvasPixmapArray Class, Qt Namespace
public bool ReadPixmaps(System.String datafilenamepattern, int framecount);
Qt.QCanvasPixmapArray Class, Qt Namespace
public bool ReadPixmaps(System.String datafilenamepattern);
Qt.QCanvasPixmapArray Class, Qt Namespace
public void SetImage(int i, Qt.QCanvasPixmap p);
Qt.QCanvasPixmapArray Class, Qt Namespace