FreeImage.Rotate Method

FreeImage.NET

FreeImageRotate Method
Overload List
  Name Description
Public method Static member Rotate(FIBITMAP, Double)
This function rotates a 1-, 8-bit greyscale or a 24-, 32-bit color image by means of 3 shears. 1-bit images rotation is limited to integer multiple of 90°. null is returned for other values.
Public method Static member RotateT(FIBITMAP, Double, NullableT)
This function rotates a 1-, 8-bit greyscale or a 24-, 32-bit color image by means of 3 shears. 1-bit images rotation is limited to integer multiple of 90°. null is returned for other values.
Top
See Also