Qt.QPNGImageWriter Class

public class QPNGImageWriter: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QPNGImageWriter

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPNGImageWriter Constructors

QPNGImageWriter(Qt.QIODevice) Constructor
QPNGImageWriter(void *) Constructor

QPNGImageWriter Methods

QPNGImageWriter.Device Method
QPNGImageWriter.Finalize Method
QPNGImageWriter.SetDisposalMethod Method
QPNGImageWriter.SetFrameDelay Method
QPNGImageWriter.SetGamma Method
QPNGImageWriter.SetLooping(int) Method
QPNGImageWriter.SetLooping() Method
QPNGImageWriter.WriteImage(Qt.QImage, int, int) Method
QPNGImageWriter.WriteImage(Qt.QImage, int, int, int) Method
QPNGImageWriter.WriteImage(Qt.QImage) Method
QPNGImageWriter.WriteImage(Qt.QImage, int) Method


QPNGImageWriter(Qt.QIODevice) Constructor

public void QPNGImageWriter(Qt.QIODevice arg1);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter(void *) Constructor

public void QPNGImageWriter(void * ptr);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.Device Method

public Qt.QIODevice Device();

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.Finalize Method

protected override void Finalize();

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.SetDisposalMethod Method

public void SetDisposalMethod(DisposalMethod arg1);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.SetFrameDelay Method

public void SetFrameDelay(int msecs);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.SetGamma Method

public void SetGamma(float arg1);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.SetLooping(int) Method

public void SetLooping(int loops);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.SetLooping() Method

public void SetLooping();

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.WriteImage(Qt.QImage, int, int) Method

public bool WriteImage(Qt.QImage img, int x, int y);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.WriteImage(Qt.QImage, int, int, int) Method

public bool WriteImage(Qt.QImage img, int quality, int x, int y);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.WriteImage(Qt.QImage) Method

public bool WriteImage(Qt.QImage img);

See Also

Qt.QPNGImageWriter Class, Qt Namespace

QPNGImageWriter.WriteImage(Qt.QImage, int) Method

public bool WriteImage(Qt.QImage img, int quality);

See Also

Qt.QPNGImageWriter Class, Qt Namespace