FreeImageBitmap.RotateFlip Method

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void RotateFlip(
	RotateFlipType rotateFlipType
)

Parameters

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