This method rotates, flips, or rotates and flips this FreeImageBitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public void RotateFlip(
	RotateFlipType rotateFlipType
)
Visual Basic (Declaration)
Public Sub RotateFlip ( _
	rotateFlipType As RotateFlipType _
)
Visual C++
public:
void RotateFlip(
	RotateFlipType rotateFlipType
)

Parameters

rotateFlipType
Type: System.Drawing..::.RotateFlipType
A RotateFlipType member that specifies the type of rotation and flip to apply to this FreeImageBitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also