Esempio n. 1
0
 public QImage(Pointer <byte> data, int width, int height, int bytesPerLine, QImage.Format format) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QImage$$$$$", "QImage(unsigned char*, int, int, int, QImage::Format)", typeof(void), typeof(Pointer <byte>), data, typeof(int), width, typeof(int), height, typeof(int), bytesPerLine, typeof(QImage.Format), format);
 }
Esempio n. 2
0
 public QImage(QSize size, QImage.Format format) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QImage#$", "QImage(const QSize&, QImage::Format)", typeof(void), typeof(QSize), size, typeof(QImage.Format), format);
 }
Esempio n. 3
0
 public QImage(int width, int height, QImage.Format format) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QImage$$$", "QImage(int, int, QImage::Format)", typeof(void), typeof(int), width, typeof(int), height, typeof(QImage.Format), format);
 }
Esempio n. 4
0
 public QImage ConvertToFormat(QImage.Format f, List <uint> colorTable)
 {
     return((QImage)interceptor.Invoke("convertToFormat$?", "convertToFormat(QImage::Format, const QVector<unsigned int>&) const", typeof(QImage), typeof(QImage.Format), f, typeof(List <uint>), colorTable));
 }
Esempio n. 5
0
 public QImage ConvertToFormat(QImage.Format f, List <uint> colorTable, uint flags)
 {
     return((QImage)interceptor.Invoke("convertToFormat$?$", "convertToFormat(QImage::Format, const QVector<unsigned int>&, Qt::ImageConversionFlags) const", typeof(QImage), typeof(QImage.Format), f, typeof(List <uint>), colorTable, typeof(uint), flags));
 }
Esempio n. 6
0
 public QImage ConvertToFormat(QImage.Format f)
 {
     return((QImage)interceptor.Invoke("convertToFormat$", "convertToFormat(QImage::Format) const", typeof(QImage), typeof(QImage.Format), f));
 }
Esempio n. 7
0
 public QImage ConvertToFormat(QImage.Format f, uint flags)
 {
     return((QImage)interceptor.Invoke("convertToFormat$$", "convertToFormat(QImage::Format, Qt::ImageConversionFlags) const", typeof(QImage), typeof(QImage.Format), f, typeof(uint), flags));
 }
Esempio n. 8
0
 public static QBitmap FromData(QSize size, Pointer <byte> bits, QImage.Format monoFormat)
 {
     return((QBitmap)staticInterceptor.Invoke("fromData#$$", "fromData(const QSize&, const unsigned char*, QImage::Format)", typeof(QBitmap), typeof(QSize), size, typeof(Pointer <byte>), bits, typeof(QImage.Format), monoFormat));
 }