FreeImage.NET Class Library Reference
FreeImageBitmapGetRotatedInstance Method (Double) |
Rotates this FreeImageBitmap by the specified angle initializing a new instance.
For 1- and 4-bit images, rotation is limited to angles whose value is an integer
multiple of 90.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FreeImageBitmap GetRotatedInstance( double angle )
Parameters
- angle
- Type: SystemDouble
The angle of rotation.
Return Value
Type: FreeImageBitmapThe rotated instance.
See Also