Exemplo n.º 1
0
 /// <remarks>
 ///  Smoothscales an image using a high-quality filter.
 /// <param> name="img" The image to smoothscale.
 /// </param><param> name="sz" The size to scale to.
 /// </param><param> name="blur" A blur factor. Values greater than 1.0 blur while values
 ///  less than 1.0 sharpen.
 /// </param><param> name="filter" The filter type.
 /// </param><param> name="aspectRatio" What aspect ratio to use, if any.
 /// </param></remarks>        <return> The processed image. The original is not changed.
 /// </return>
 ///         <author> Daniel M. Duley (mosfet)
 ///      </author>
 ///         <short>    Smoothscales an image using a high-quality filter.</short>
 public static QImage SmoothScaleFilter(QImage img, QSize sz, float blur, Blitz.ScaleFilterType filter, Qt.AspectRatioMode aspectRatio)
 {
     return((QImage)staticInterceptor.Invoke("smoothScaleFilter##$$$", "smoothScaleFilter(QImage&, const QSize&, float, Blitz::ScaleFilterType, Qt::AspectRatioMode)", typeof(QImage), typeof(QImage), img, typeof(QSize), sz, typeof(float), blur, typeof(Blitz.ScaleFilterType), filter, typeof(Qt.AspectRatioMode), aspectRatio));
 }
Exemplo n.º 2
0
 public static QImage SmoothScaleFilter(QImage img, int dwX, int dwY, float blur, Blitz.ScaleFilterType filter, Qt.AspectRatioMode aspectRatio)
 {
     return((QImage)staticInterceptor.Invoke("smoothScaleFilter#$$$$$", "smoothScaleFilter(QImage&, int, int, float, Blitz::ScaleFilterType, Qt::AspectRatioMode)", typeof(QImage), typeof(QImage), img, typeof(int), dwX, typeof(int), dwY, typeof(float), blur, typeof(Blitz.ScaleFilterType), filter, typeof(Qt.AspectRatioMode), aspectRatio));
 }
Exemplo n.º 3
0
 /// <remarks>
 ///  A fast smoothscale method with MMX support.
 /// <param> name="img" The image to smoothscale.
 /// </param><param> name="sz" The size to scale to.
 /// </param><param> name="aspectRatio" What aspect ratio to use, if any.
 /// </param></remarks>        <return> The processed image. The original is not changed.
 /// </return>
 ///         <author> Daniel M. Duley (mosfet)
 ///      </author>
 ///         <short>    A fast smoothscale method with MMX support.</short>
 public static QImage SmoothScale(QImage img, QSize sz, Qt.AspectRatioMode aspectRatio)
 {
     return((QImage)staticInterceptor.Invoke("smoothScale##$", "smoothScale(QImage&, const QSize&, Qt::AspectRatioMode)", typeof(QImage), typeof(QImage), img, typeof(QSize), sz, typeof(Qt.AspectRatioMode), aspectRatio));
 }
Exemplo n.º 4
0
 public static QImage SmoothScale(QImage img, int dw, int dh, Qt.AspectRatioMode aspectRatio)
 {
     return((QImage)staticInterceptor.Invoke("smoothScale#$$$", "smoothScale(QImage&, int, int, Qt::AspectRatioMode)", typeof(QImage), typeof(QImage), img, typeof(int), dw, typeof(int), dh, typeof(Qt.AspectRatioMode), aspectRatio));
 }
Exemplo n.º 5
0
 public QImage Scaled(int w, int h, Qt.AspectRatioMode aspectMode)
 {
     return((QImage)interceptor.Invoke("scaled$$$", "scaled(int, int, Qt::AspectRatioMode) const", typeof(QImage), typeof(int), w, typeof(int), h, typeof(Qt.AspectRatioMode), aspectMode));
 }
Exemplo n.º 6
0
 public QImage Scaled(QSize s, Qt.AspectRatioMode aspectMode)
 {
     return((QImage)interceptor.Invoke("scaled#$", "scaled(const QSize&, Qt::AspectRatioMode) const", typeof(QImage), typeof(QSize), s, typeof(Qt.AspectRatioMode), aspectMode));
 }
Exemplo n.º 7
0
 public QPixmap Scaled(int w, int h, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode)
 {
     return((QPixmap)interceptor.Invoke("scaled$$$$", "scaled(int, int, Qt::AspectRatioMode, Qt::TransformationMode) const", typeof(QPixmap), typeof(int), w, typeof(int), h, typeof(Qt.AspectRatioMode), aspectMode, typeof(Qt.TransformationMode), mode));
 }
Exemplo n.º 8
0
 public QPixmap Scaled(QSize s, Qt.AspectRatioMode aspectMode, Qt.TransformationMode mode)
 {
     return((QPixmap)interceptor.Invoke("scaled#$$", "scaled(const QSize&, Qt::AspectRatioMode, Qt::TransformationMode) const", typeof(QPixmap), typeof(QSize), s, typeof(Qt.AspectRatioMode), aspectMode, typeof(Qt.TransformationMode), mode));
 }
Exemplo n.º 9
0
 public void Scale(int w, int h, Qt.AspectRatioMode mode)
 {
     interceptor.Invoke("scale$$$", "scale(int, int, Qt::AspectRatioMode)", typeof(void), typeof(int), w, typeof(int), h, typeof(Qt.AspectRatioMode), mode);
 }
Exemplo n.º 10
0
 public void Scale(QSize s, Qt.AspectRatioMode mode)
 {
     interceptor.Invoke("scale#$", "scale(const QSize&, Qt::AspectRatioMode)", typeof(void), typeof(QSize), s, typeof(Qt.AspectRatioMode), mode);
 }
Exemplo n.º 11
0
 public void Render(QPainter painter, QRectF target, QRectF source, Qt.AspectRatioMode aspectRatioMode)
 {
     interceptor.Invoke("render###$", "render(QPainter*, const QRectF&, const QRectF&, Qt::AspectRatioMode)", typeof(void), typeof(QPainter), painter, typeof(QRectF), target, typeof(QRectF), source, typeof(Qt.AspectRatioMode), aspectRatioMode);
 }
Exemplo n.º 12
0
 public void FitInView(IQGraphicsItem item, Qt.AspectRatioMode aspectRadioMode)
 {
     interceptor.Invoke("fitInView#$", "fitInView(const QGraphicsItem*, Qt::AspectRatioMode)", typeof(void), typeof(IQGraphicsItem), item, typeof(Qt.AspectRatioMode), aspectRadioMode);
 }
Exemplo n.º 13
0
 public void FitInView(double x, double y, double w, double h, Qt.AspectRatioMode aspectRadioMode)
 {
     interceptor.Invoke("fitInView$$$$$", "fitInView(qreal, qreal, qreal, qreal, Qt::AspectRatioMode)", typeof(void), typeof(double), x, typeof(double), y, typeof(double), w, typeof(double), h, typeof(Qt.AspectRatioMode), aspectRadioMode);
 }
Exemplo n.º 14
0
 public void FitInView(QRectF rect, Qt.AspectRatioMode aspectRadioMode)
 {
     interceptor.Invoke("fitInView#$", "fitInView(const QRectF&, Qt::AspectRatioMode)", typeof(void), typeof(QRectF), rect, typeof(Qt.AspectRatioMode), aspectRadioMode);
 }
Exemplo n.º 15
0
 public void Scale(double w, double h, Qt.AspectRatioMode mode)
 {
     interceptor.Invoke("scale$$$", "scale(qreal, qreal, Qt::AspectRatioMode)", typeof(void), typeof(double), w, typeof(double), h, typeof(Qt.AspectRatioMode), mode);
 }