Qt.QCanvasPixmapArray Class

public class QCanvasPixmapArray: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QCanvasPixmapArray

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QCanvasPixmapArray() Constructor

public void QCanvasPixmapArray();

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray(System.String, int) Constructor

public void QCanvasPixmapArray(System.String datafilenamepattern, int framecount);

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray(System.String) Constructor

public void QCanvasPixmapArray(System.String datafilenamepattern);

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray(void *) Constructor

public void QCanvasPixmapArray(void * ptr);

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray.Count Method

public uint Count();

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray.Finalize Method

protected override void Finalize();

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray.Image Method

public Qt.QCanvasPixmap Image(int i);

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray.IsValid Method

public bool IsValid();

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray.ReadCollisionMasks Method

public bool ReadCollisionMasks(System.String filenamepattern);

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray.ReadPixmaps(System.String, int) Method

public bool ReadPixmaps(System.String datafilenamepattern, int framecount);

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray.ReadPixmaps(System.String) Method

public bool ReadPixmaps(System.String datafilenamepattern);

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace

QCanvasPixmapArray.SetImage Method

public void SetImage(int i, Qt.QCanvasPixmap p);

See Also

Qt.QCanvasPixmapArray Class, Qt Namespace