RotateOperation class
An operation for rotating the image to a specified angle. Use the apply method of the ImageOperation interface to apply the operation to the image.
abstract static class IImagingCoreAPI.CropOperation { 
     public int Angle; 
}
  
  Properties
| Name | Type | Description | 
|---|---|---|
| Angle | int | The angle in degrees. Available values of the angle: 0, 90, 180, 270. Rotation will be performed clockwise. | 
3/2/2022 12:59:15 PM