public class QImage: QtSupport, System.IDisposable
System.Object
QtSupport
QImageThis type implements System.IDisposable.
Qt Namespace
QImage Constructors
QImage() Constructor
QImage(int, int, int, int, Endian) Constructor
QImage(Qt.QSize, int, int, Endian) Constructor
QImage(System.String, System.String) Constructor
QImage(System.String[]) Constructor
QImage(byte[]) Constructor
QImage(System.String, int, int, int, int, int, Endian) Constructor
QImage(System.String, int, int, int, int, int, int, Endian) Constructor
QImage(Qt.QImage) Constructor
QImage(int, int, int) Constructor
QImage(int, int, int, int) Constructor
QImage(Qt.QSize, int) Constructor
QImage(Qt.QSize, int, int) Constructor
QImage(System.String) Constructor
QImage(void *) Constructor
QImage Methods
QImage.AllGray Method
QImage.BitOrder Method
QImage.Bits Method
QImage.BytesPerLine Method
QImage.Color Method
QImage.ColorTable Method
QImage.ConvertBitOrder Method
QImage.ConvertDepth(int) Method
QImage.ConvertDepth(int, int) Method
QImage.ConvertDepthWithPalette(int, int, int, int) Method
QImage.ConvertDepthWithPalette(int, int, int) Method
QImage.Copy() Method
QImage.Copy(int, int, int, int, int) Method
QImage.Copy(Qt.QRect) Method
QImage.Copy(int, int, int, int) Method
QImage.Create(int, int, int, int, Endian) Method
QImage.Create(Qt.QSize, int, int, Endian) Method
QImage.Create(int, int, int) Method
QImage.Create(int, int, int, int) Method
QImage.Create(Qt.QSize, int) Method
QImage.Create(Qt.QSize, int, int) Method
QImage.CreateAlphaMask(int) Method
QImage.CreateAlphaMask() Method
QImage.CreateHeuristicMask(bool) Method
QImage.CreateHeuristicMask() Method
QImage.Depth Method
QImage.Detach Method
QImage.DotsPerMeterX Method
QImage.DotsPerMeterY Method
QImage.Fill Method
QImage.Finalize Method
QImage.GraphicsContext Method
QImage.HasAlphaBuffer Method
QImage.Height Method
QImage.ImageFormat Method
QImage.InputFormatList Method
QImage.InputFormats Method
QImage.InvertPixels(bool) Method
QImage.InvertPixels() Method
QImage.IsGrayscale Method
QImage.IsNull Method
QImage.JumpTable Method
QImage.Load(System.String, System.String) Method
QImage.Load(System.String) Method
QImage.LoadFromData(System.String, uint, System.String) Method
QImage.LoadFromData(byte[], System.String) Method
QImage.LoadFromData(System.String, uint) Method
QImage.LoadFromData(byte[]) Method
QImage.Mirror() Method
QImage.Mirror(bool, bool) Method
QImage.NumBytes Method
QImage.NumColors Method
QImage.Offset Method
QImage.OutputFormatList Method
QImage.OutputFormats Method
QImage.Pixel Method
QImage.PixelIndex Method
QImage.Rect Method
QImage.Reset Method
QImage.Save(System.String, System.String, int) Method
QImage.Save(System.String, System.String) Method
QImage.Scale(int, int, ScaleMode) Method
QImage.Scale(Qt.QSize, ScaleMode) Method
QImage.Scale(int, int) Method
QImage.Scale(Qt.QSize) Method
QImage.ScaleHeight Method
QImage.ScaleWidth Method
QImage.ScanLine Method
QImage.SetAlphaBuffer Method
QImage.SetColor Method
QImage.SetDotsPerMeterX Method
QImage.SetDotsPerMeterY Method
QImage.SetNumColors Method
QImage.SetOffset Method
QImage.SetPixel Method
QImage.SetText Method
QImage.Size Method
QImage.SmoothScale(int, int, ScaleMode) Method
QImage.SmoothScale(Qt.QSize, ScaleMode) Method
QImage.SmoothScale(int, int) Method
QImage.SmoothScale(Qt.QSize) Method
QImage.SwapRGB Method
QImage.SystemBitOrder Method
QImage.SystemByteOrder Method
QImage.Text(System.String, System.String) Method
QImage.Text(Qt.QImageTextKeyLang) Method
QImage.Text(System.String) Method
QImage.TextKeys Method
QImage.TextLanguages Method
QImage.Valid Method
QImage.Width Method
QImage.XForm Method
public void QImage();
Qt.QImage Class, Qt Namespace
public void QImage(int width, int height, int depth, int numColors, Endian bitOrder);
Qt.QImage Class, Qt Namespace
public void QImage(Qt.QSize arg1, int depth, int numColors, Endian bitOrder);
Qt.QImage Class, Qt Namespace
public void QImage(System.String fileName, System.String format);
Qt.QImage Class, Qt Namespace
public void QImage(System.String[] xpm);
Qt.QImage Class, Qt Namespace
public void QImage(byte[] data);
Qt.QImage Class, Qt Namespace
public void QImage(System.String data, int w, int h, int depth, int colortable, int numColors, Endian bitOrder);
Qt.QImage Class, Qt Namespace
public void QImage(System.String data, int w, int h, int depth, int pbl, int colortable, int numColors, Endian bitOrder);
Qt.QImage Class, Qt Namespace
public void QImage(Qt.QImage arg1);
Qt.QImage Class, Qt Namespace
public void QImage(int width, int height, int depth);
Qt.QImage Class, Qt Namespace
public void QImage(int width, int height, int depth, int numColors);
Qt.QImage Class, Qt Namespace
public void QImage(Qt.QSize arg1, int depth);
Qt.QImage Class, Qt Namespace
public void QImage(Qt.QSize arg1, int depth, int numColors);
Qt.QImage Class, Qt Namespace
public void QImage(System.String fileName);
Qt.QImage Class, Qt Namespace
public void QImage(void * ptr);
Qt.QImage Class, Qt Namespace
public bool AllGray();
Qt.QImage Class, Qt Namespace
public Endian BitOrder();
Qt.QImage Class, Qt Namespace
public System.String Bits();
Qt.QImage Class, Qt Namespace
public int BytesPerLine();
Qt.QImage Class, Qt Namespace
public int Color(int i);
Qt.QImage Class, Qt Namespace
public int ColorTable();
Qt.QImage Class, Qt Namespace
public Qt.QImage ConvertBitOrder(Endian arg1);
Qt.QImage Class, Qt Namespace
public Qt.QImage ConvertDepth(int arg1);
Qt.QImage Class, Qt Namespace
public Qt.QImage ConvertDepth(int arg1, int conversion_flags);
Qt.QImage Class, Qt Namespace
public Qt.QImage ConvertDepthWithPalette(int arg1, int p, int pc, int cf);
Qt.QImage Class, Qt Namespace
public Qt.QImage ConvertDepthWithPalette(int arg1, int p, int pc);
Qt.QImage Class, Qt Namespace
public Qt.QImage Copy();
Qt.QImage Class, Qt Namespace
public Qt.QImage Copy(int x, int y, int w, int h, int conversion_flags);
Qt.QImage Class, Qt Namespace
public Qt.QImage Copy(Qt.QRect arg1);
Qt.QImage Class, Qt Namespace
public Qt.QImage Copy(int x, int y, int w, int h);
Qt.QImage Class, Qt Namespace
public bool Create(int width, int height, int depth, int numColors, Endian bitOrder);
Qt.QImage Class, Qt Namespace
public bool Create(Qt.QSize arg1, int depth, int numColors, Endian bitOrder);
Qt.QImage Class, Qt Namespace
public bool Create(int width, int height, int depth);
Qt.QImage Class, Qt Namespace
public bool Create(int width, int height, int depth, int numColors);
Qt.QImage Class, Qt Namespace
public bool Create(Qt.QSize arg1, int depth);
Qt.QImage Class, Qt Namespace
public bool Create(Qt.QSize arg1, int depth, int numColors);
Qt.QImage Class, Qt Namespace
public Qt.QImage CreateAlphaMask(int conversion_flags);
Qt.QImage Class, Qt Namespace
public Qt.QImage CreateAlphaMask();
Qt.QImage Class, Qt Namespace
public Qt.QImage CreateHeuristicMask(bool clipTight);
Qt.QImage Class, Qt Namespace
public Qt.QImage CreateHeuristicMask();
Qt.QImage Class, Qt Namespace
public int Depth();
Qt.QImage Class, Qt Namespace
public void Detach();
Qt.QImage Class, Qt Namespace
public int DotsPerMeterX();
Qt.QImage Class, Qt Namespace
public int DotsPerMeterY();
Qt.QImage Class, Qt Namespace
public void Fill(uint pixel);
Qt.QImage Class, Qt Namespace
protected override void Finalize();
Qt.QImage Class, Qt Namespace
public void * GraphicsContext();
Qt.QImage Class, Qt Namespace
public bool HasAlphaBuffer();
Qt.QImage Class, Qt Namespace
public int Height();
Qt.QImage Class, Qt Namespace
public static System.String ImageFormat(System.String fileName);
Qt.QImage Class, Qt Namespace
public static Qt.QStringList InputFormatList();
Qt.QImage Class, Qt Namespace
public static Qt.QStrList InputFormats();
Qt.QImage Class, Qt Namespace
public void InvertPixels(bool invertAlpha);
Qt.QImage Class, Qt Namespace
public void InvertPixels();
Qt.QImage Class, Qt Namespace
public bool IsGrayscale();
Qt.QImage Class, Qt Namespace
public bool IsNull();
Qt.QImage Class, Qt Namespace
public System.String[] JumpTable();
Qt.QImage Class, Qt Namespace
public bool Load(System.String fileName, System.String format);
Qt.QImage Class, Qt Namespace
public bool Load(System.String fileName);
Qt.QImage Class, Qt Namespace
public bool LoadFromData(System.String buf, uint len, System.String format);
Qt.QImage Class, Qt Namespace
public bool LoadFromData(byte[] data, System.String format);
Qt.QImage Class, Qt Namespace
public bool LoadFromData(System.String buf, uint len);
Qt.QImage Class, Qt Namespace
public bool LoadFromData(byte[] data);
Qt.QImage Class, Qt Namespace
public Qt.QImage Mirror();
Qt.QImage Class, Qt Namespace
public Qt.QImage Mirror(bool horizontally, bool vertically);
Qt.QImage Class, Qt Namespace
public int NumBytes();
Qt.QImage Class, Qt Namespace
public int NumColors();
Qt.QImage Class, Qt Namespace
public Qt.QPoint Offset();
Qt.QImage Class, Qt Namespace
public static Qt.QStringList OutputFormatList();
Qt.QImage Class, Qt Namespace
public static Qt.QStrList OutputFormats();
Qt.QImage Class, Qt Namespace
public int Pixel(int x, int y);
Qt.QImage Class, Qt Namespace
public int PixelIndex(int x, int y);
Qt.QImage Class, Qt Namespace
public Qt.QRect Rect();
Qt.QImage Class, Qt Namespace
public void Reset();
Qt.QImage Class, Qt Namespace
public bool Save(System.String fileName, System.String format, int quality);
Qt.QImage Class, Qt Namespace
public bool Save(System.String fileName, System.String format);
Qt.QImage Class, Qt Namespace
public Qt.QImage Scale(int w, int h, ScaleMode mode);
Qt.QImage Class, Qt Namespace
public Qt.QImage Scale(Qt.QSize s, ScaleMode mode);
Qt.QImage Class, Qt Namespace
public Qt.QImage Scale(int w, int h);
Qt.QImage Class, Qt Namespace
public Qt.QImage Scale(Qt.QSize s);
Qt.QImage Class, Qt Namespace
public Qt.QImage ScaleHeight(int h);
Qt.QImage Class, Qt Namespace
public Qt.QImage ScaleWidth(int w);
Qt.QImage Class, Qt Namespace
public System.String ScanLine(int arg1);
Qt.QImage Class, Qt Namespace
public void SetAlphaBuffer(bool arg1);
Qt.QImage Class, Qt Namespace
public void SetColor(int i, int c);
Qt.QImage Class, Qt Namespace
public void SetDotsPerMeterX(int arg1);
Qt.QImage Class, Qt Namespace
public void SetDotsPerMeterY(int arg1);
Qt.QImage Class, Qt Namespace
public void SetNumColors(int arg1);
Qt.QImage Class, Qt Namespace
public void SetOffset(Qt.QPoint arg1);
Qt.QImage Class, Qt Namespace
public void SetPixel(int x, int y, uint index_or_rgb);
Qt.QImage Class, Qt Namespace
public void SetText(System.String key, System.String lang, System.String arg1);
Qt.QImage Class, Qt Namespace
public Qt.QSize Size();
Qt.QImage Class, Qt Namespace
public Qt.QImage SmoothScale(int w, int h, ScaleMode mode);
Qt.QImage Class, Qt Namespace
public Qt.QImage SmoothScale(Qt.QSize s, ScaleMode mode);
Qt.QImage Class, Qt Namespace
public Qt.QImage SmoothScale(int w, int h);
Qt.QImage Class, Qt Namespace
public Qt.QImage SmoothScale(Qt.QSize s);
Qt.QImage Class, Qt Namespace
public Qt.QImage SwapRGB();
Qt.QImage Class, Qt Namespace
public static Endian SystemBitOrder();
Qt.QImage Class, Qt Namespace
public static Endian SystemByteOrder();
Qt.QImage Class, Qt Namespace
public System.String Text(System.String key, System.String lang);
Qt.QImage Class, Qt Namespace
public System.String Text(Qt.QImageTextKeyLang arg1);
Qt.QImage Class, Qt Namespace
public System.String Text(System.String key);
Qt.QImage Class, Qt Namespace
public Qt.QStringList TextKeys();
Qt.QImage Class, Qt Namespace
public Qt.QStringList TextLanguages();
Qt.QImage Class, Qt Namespace
public bool Valid(int x, int y);
Qt.QImage Class, Qt Namespace
public int Width();
Qt.QImage Class, Qt Namespace
public Qt.QImage XForm(Qt.QWMatrix matrix);
Qt.QImage Class, Qt Namespace