public class QImageDecoder: QtSupport, System.IDisposable
System.Object
QtSupport
QImageDecoderThis type implements System.IDisposable.
Qt Namespace
QImageDecoder Constructors
QImageDecoder(Qt.QImageConsumer) Constructor
QImageDecoder(void *) Constructor
QImageDecoder Methods
QImageDecoder.Decode Method
QImageDecoder.Finalize Method
QImageDecoder.Format Method
QImageDecoder.FormatName Method
QImageDecoder.Image Method
QImageDecoder.InputFormats Method
QImageDecoder.RegisterDecoderFactory Method
QImageDecoder.UnregisterDecoderFactory Method
public void QImageDecoder(Qt.QImageConsumer c);
Qt.QImageDecoder Class, Qt Namespace
public void QImageDecoder(void * ptr);
Qt.QImageDecoder Class, Qt Namespace
public int Decode(System.String buffer, int length);
Qt.QImageDecoder Class, Qt Namespace
protected override void Finalize();
Qt.QImageDecoder Class, Qt Namespace
public static Qt.QImageFormatType Format(System.String name);
Qt.QImageDecoder Class, Qt Namespace
public static System.String FormatName(System.String buffer, int length);
Qt.QImageDecoder Class, Qt Namespace
public Qt.QImage Image();
Qt.QImageDecoder Class, Qt Namespace
public static Qt.QStrList InputFormats();
Qt.QImageDecoder Class, Qt Namespace
public static void RegisterDecoderFactory(Qt.QImageFormatType arg1);
Qt.QImageDecoder Class, Qt Namespace
public static void UnregisterDecoderFactory(Qt.QImageFormatType arg1);
Qt.QImageDecoder Class, Qt Namespace