RasterImageRotate Method (Single) |
Rotate image around the center.
Namespace: Aspose.ImagingAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 22.05
Syntaxpublic virtual void Rotate(
float angle
)
Public Overridable Sub Rotate (
angle As Single
)
public:
virtual void Rotate(
float angle
)
abstract Rotate :
angle : float32 -> unit
override Rotate :
angle : float32 -> unit
Parameters
- angle
- Type: SystemSingle
The rotate angle in degrees. Positive values will rotate clockwise.
See Also