Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

qimage transformed

QImage QImage::transformed(const QTransform &matrix, 
                           Qt::TransformationMode mode = Qt::FastTransformation) const

//Returns a copy of the image that is transformed using the given
//transformation matrix and transformation mode.
Source by doc.qt.io #
 
PREVIOUS NEXT
Tagged: #qimage #transformed
ADD COMMENT
Topic
Name
3+1 =