|
SimpleECM Image Processing SDK
1.1
|
#import <SECMRotationOperation.h>
Instance Methods | |
| (id) | - initWithSECMImage:andAngle: |
Instance Methods inherited from SECMImageOperation | |
| (id) | - initWithSECMImage: |
Additional Inherited Members | |
Properties inherited from SECMImageOperation | |
| SECMImage * | sImage |
| the image to apply the operation on More... | |
| id< SECMImageOperationDelegate > | delegate |
| delegate that will be informed of the operation's events More... | |
Operation that rotates the image by a given angle in degrees
Definition at line 18 of file SECMRotationOperation.h.
| - (id) initWithSECMImage: | (SECMImage *) | sImage | |
| andAngle: | (float) | degrees | |
Initializes the operation
| SECMImage | *sImage the image the operation will be applied to |
| float | degrees the rotation angle in degrees |