createRotateOperation method of the RTRImagingCoreAPI protocol
Creates an operation for rotating the image.
- (id<RTRCoreAPIRotateOperation>)createRotateOperation;
Return values
The method returns an instance implementing the RTRCoreAPIRotateOperation protocol. Use the applyToImage: method of the RTRCoreAPIImageOperation protocol to apply the operation to the image.
3/2/2022 12:59:15 PM