IRotateOperation interface
An operation for rotating the image to a specified angle. Use the Apply method of the IImageOperation interface to apply the operation to the image.
interface IRotateOperation : IImageOperation
Properties
Name | Type | Description |
---|---|---|
Angle | int | The angle in degrees. Available values of the angle: 0, 90, 180, 270. |
3/2/2022 12:59:15 PM