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)

Syntax

C#
public FreeImageBitmap GetRotatedInstance(
	double angle
)
Visual Basic (Declaration)
Public Function GetRotatedInstance ( _
	angle As Double _
) As FreeImageBitmap
Visual C++
public:
FreeImageBitmap^ GetRotatedInstance(
	double angle
)

Parameters

angle
Type: System..::.Double
The angle of rotation.

Return Value

The rotated instance.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also