|
SimpleECM Image Processing SDK
1.1
|
#import <SECMFixedRotationOperation.h>
Instance Methods | |
| (id) | - initWithSECMImage:andRotation: |
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 to a fixed angle (90, 180 or 270 degrees)
Definition at line 18 of file SECMFixedRotationOperation.h.
| - (id) initWithSECMImage: | (SECMImage *) | sImage | |
| andRotation: | (SECMImageRotation) | rotation | |
Initializes the object
| SECMImage | *sImage the image the operation will be applied to |
| SECMImageRotation | rotation the desired fixed rotation angle |