FreeImageBitmap.Rotate Method (Double)

FreeImage.NET

FreeImageBitmapRotate Method (Double)
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: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Rotate(
	double angle
)

Parameters

angle
Type: SystemDouble
The angle of rotation.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also