SimpleECM Image Processing SDK  1.1
 All Classes Files Functions Variables Enumerations Enumerator Properties
SECMRotationOperation Class Reference

#import <SECMRotationOperation.h>

Inheritance diagram for SECMRotationOperation:
SECMImageOperation

Instance Methods

(id) - initWithSECMImage:andAngle:
 
- Instance Methods inherited from SECMImageOperation
(id) - initWithSECMImage:
 

Additional Inherited Members

- Properties inherited from SECMImageOperation
SECMImagesImage
 the image to apply the operation on More...
 
id< SECMImageOperationDelegatedelegate
 delegate that will be informed of the operation's events More...
 

Detailed Description

Operation that rotates the image by a given angle in degrees

Definition at line 18 of file SECMRotationOperation.h.

Method Documentation

- (id) initWithSECMImage: (SECMImage *)  sImage
andAngle: (float)  degrees 

Initializes the operation

Parameters
SECMImage*sImage the image the operation will be applied to
floatdegrees the rotation angle in degrees
Returns
the initialized operation

The documentation for this class was generated from the following file: