#include <imageprocessor/imageprocessoreffect.h>
Link against: imageprocessor.lib
class ImageProcessor::TGeometricalOperation : public ImageProcessor::TEffect |
Public Member Functions | |
---|---|
IMPORT_C CImgProcessor::TOperation | Operation() |
IMPORT_C void | SetOperationL(CImgProcessor::TOperation) |
Inherited Enumerations | |
---|---|
ImageProcessor::TEffect:TEffectInputType |
The class provides functions to geometrically control an image.
IMPORT_C CImgProcessor::TOperation | Operation | ( | ) | const |
Gets the operation of the current GeometricalOperation effect.
IMPORT_C void | SetOperationL | ( | CImgProcessor::TOperation | aOperation | ) |
Specifies the operation for the current GeometricalOperation effect.
Parameters | |
---|---|
aOperation | The operation. |
Leave Codes | |
---|---|
KErrNotReady | The effect is not active. |
KErrArgument | The operation is not in the |