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.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetRotatedInstance(Of T As {Structure, New}) ( _
angle As Double, _
backgroundColor As Nullable(Of T) _
) As FreeImageBitmap |
Visual C++ |
---|
public:
generic<typename T>
where T : value class, gcnew()
FreeImageBitmap^ GetRotatedInstance(
double angle,
Nullable<T> backgroundColor
) |
Type Parameters
- T
- The type of the color to use as background.
Return Value
The rotated instance.
Version Information
FreeImage.NET
Supported in: 3.13.0, 3.13.1
See Also