ImageProcessor::TGeometricalOperation Class Reference

#include <imageprocessor/imageprocessoreffect.h>

Link against: imageprocessor.lib

class ImageProcessor::TGeometricalOperation : public ImageProcessor::TEffect

Inherits from

Detailed Description

The class provides functions to geometrically control an image.

Member Function Documentation

Operation ( )

IMPORT_C CImgProcessor::TOperationOperation()const

Gets the operation of the current GeometricalOperation effect.

Returns: The operation

SetOperationL ( CImgProcessor::TOperation )

IMPORT_C voidSetOperationL(CImgProcessor::TOperationaOperation)

Specifies the operation for the current GeometricalOperation effect.

leave
KErrNotReady The effect is not active.
leave
KErrArgument The operation is not in the CImgProcessor::TOperation enumeration.
ParameterDescription
aOperationThe operation.