public class QPNGImageWriter: QtSupport, System.IDisposable
System.Object
QtSupport
QPNGImageWriterThis type implements System.IDisposable.
Qt Namespace
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
public void QPNGImageWriter(Qt.QIODevice arg1);
Qt.QPNGImageWriter Class, Qt Namespace
public void QPNGImageWriter(void * ptr);
Qt.QPNGImageWriter Class, Qt Namespace
public Qt.QIODevice Device();
Qt.QPNGImageWriter Class, Qt Namespace
protected override void Finalize();
Qt.QPNGImageWriter Class, Qt Namespace
public void SetDisposalMethod(DisposalMethod arg1);
Qt.QPNGImageWriter Class, Qt Namespace
public void SetFrameDelay(int msecs);
Qt.QPNGImageWriter Class, Qt Namespace
public void SetGamma(float arg1);
Qt.QPNGImageWriter Class, Qt Namespace
public void SetLooping(int loops);
Qt.QPNGImageWriter Class, Qt Namespace
public void SetLooping();
Qt.QPNGImageWriter Class, Qt Namespace
public bool WriteImage(Qt.QImage img, int x, int y);
Qt.QPNGImageWriter Class, Qt Namespace
public bool WriteImage(Qt.QImage img, int quality, int x, int y);
Qt.QPNGImageWriter Class, Qt Namespace
public bool WriteImage(Qt.QImage img);
Qt.QPNGImageWriter Class, Qt Namespace
public bool WriteImage(Qt.QImage img, int quality);
Qt.QPNGImageWriter Class, Qt Namespace