This method rotates a 1-, 4-, 8-bit greyscale or a 24-, 32-bit color image by means of 3 shears.
For 1- and 4-bit images, rotation is limited to angles whose value is an integer
multiple of 90.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public bool Rotate( double angle ) |
Visual Basic (Declaration) |
---|
Public Function Rotate ( _ angle As Double _ ) As Boolean |
Visual C++ |
---|
public: bool Rotate( double angle ) |
Parameters
- angle
- Type: System..::.Double
The angle of rotation.