Пример #1
0
 public static QImage SmoothScaleFilter(QImage img, int dwX, int dwY, float blur, Blitz.ScaleFilterType filter)
 {
     return((QImage)staticInterceptor.Invoke("smoothScaleFilter#$$$$", "smoothScaleFilter(QImage&, int, int, float, Blitz::ScaleFilterType)", typeof(QImage), typeof(QImage), img, typeof(int), dwX, typeof(int), dwY, typeof(float), blur, typeof(Blitz.ScaleFilterType), filter));
 }
Пример #2
0
 public static QImage SmoothScaleFilter(QImage img, QSize sz, float blur, Blitz.ScaleFilterType filter)
 {
     return((QImage)staticInterceptor.Invoke("smoothScaleFilter##$$", "smoothScaleFilter(QImage&, const QSize&, float, Blitz::ScaleFilterType)", typeof(QImage), typeof(QImage), img, typeof(QSize), sz, typeof(float), blur, typeof(Blitz.ScaleFilterType), filter));
 }