Esempio n. 1
0
 public QImage ScaledToHeight(int h, Qt.TransformationMode mode)
 {
     return((QImage)interceptor.Invoke("scaledToHeight$$", "scaledToHeight(int, Qt::TransformationMode) const", typeof(QImage), typeof(int), h, typeof(Qt.TransformationMode), mode));
 }
Esempio n. 2
0
 public QImage Transformed(QTransform matrix, Qt.TransformationMode mode)
 {
     return((QImage)interceptor.Invoke("transformed#$", "transformed(const QTransform&, Qt::TransformationMode) const", typeof(QImage), typeof(QTransform), matrix, typeof(Qt.TransformationMode), mode));
 }
Esempio n. 3
0
 public QImage ScaledToWidth(int w, Qt.TransformationMode mode)
 {
     return((QImage)interceptor.Invoke("scaledToWidth$$", "scaledToWidth(int, Qt::TransformationMode) const", typeof(QImage), typeof(int), w, typeof(Qt.TransformationMode), mode));
 }
Esempio n. 4
0
 public QImage Scaled(QSize s, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode)
 {
     return((QImage)interceptor.Invoke("scaled#$$", "scaled(const QSize&, Qt::AspectRatioMode, Qt::TransformationMode) const", typeof(QImage), typeof(QSize), s, typeof(Qt.AspectRatioMode), aspectMode, typeof(Qt.TransformationMode), mode));
 }
Esempio n. 5
0
 public QImage Scaled(int w, int h, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode)
 {
     return((QImage)interceptor.Invoke("scaled$$$$", "scaled(int, int, Qt::AspectRatioMode, Qt::TransformationMode) const", typeof(QImage), typeof(int), w, typeof(int), h, typeof(Qt.AspectRatioMode), aspectMode, typeof(Qt.TransformationMode), mode));
 }
Esempio n. 6
0
 public QPixmap Transformed(QTransform arg1, Qt.TransformationMode mode)
 {
     return((QPixmap)interceptor.Invoke("transformed#$", "transformed(const QTransform&, Qt::TransformationMode) const", typeof(QPixmap), typeof(QTransform), arg1, typeof(Qt.TransformationMode), mode));
 }
Esempio n. 7
0
 public void SetTransformationMode(Qt.TransformationMode mode)
 {
     interceptor.Invoke("setTransformationMode$", "setTransformationMode(Qt::TransformationMode)", typeof(void), typeof(Qt.TransformationMode), mode);
 }