This method rotates, flips, or rotates and flips this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: 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.