FreeImageBitmap.GetRotatedInstance Method

FreeImage.NET

FreeImageBitmapGetRotatedInstance Method
Overload List
  Name Description
Public method GetRotatedInstance(Double)
Rotates this FreeImageBitmap by the specified angle initializing a new instance. For 1- and 4-bit images, rotation is limited to angles whose value is an integer multiple of 90.
Public method GetRotatedInstanceT(Double, NullableT)
Rotates this FreeImageBitmap by the specified angle initializing a new instance. For 1- and 4-bit images, rotation is limited to angles whose value is an integer multiple of 90.
Public method GetRotatedInstance(Double, Double, Double, Double, Double, Boolean)
This method performs a rotation and / or translation of an 8-bit greyscale, 24- or 32-bit image, using a 3rd order (cubic) B-Spline initializing a new instance.
Top
See Also