Qt.QPNGImagePacker Class

public class QPNGImagePacker: QPNGImageWriter, System.IDisposable

Base Types

System.Object
  QtSupport
    QPNGImageWriter
      QPNGImagePacker

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPNGImagePacker Constructors

QPNGImagePacker(Qt.QIODevice, int, int) Constructor
QPNGImagePacker(void *) Constructor

QPNGImagePacker Methods

QPNGImagePacker.Finalize Method
QPNGImagePacker.PackImage Method
QPNGImagePacker.SetPixelAlignment Method


QPNGImagePacker(Qt.QIODevice, int, int) Constructor

public void QPNGImagePacker(Qt.QIODevice arg1, int depth, int convflags);

See Also

Qt.QPNGImagePacker Class, Qt Namespace

QPNGImagePacker(void *) Constructor

public void QPNGImagePacker(void * ptr);

See Also

Qt.QPNGImagePacker Class, Qt Namespace

QPNGImagePacker.Finalize Method

protected override void Finalize();

See Also

Qt.QPNGImagePacker Class, Qt Namespace

QPNGImagePacker.PackImage Method

public bool PackImage(Qt.QImage img);

See Also

Qt.QPNGImagePacker Class, Qt Namespace

QPNGImagePacker.SetPixelAlignment Method

public void SetPixelAlignment(int x);

See Also

Qt.QPNGImagePacker Class, Qt Namespace