UtilFreeImageRotate(Bitmap, Double) Method
Rotates the specified image.
Namespace: DevCase.ThirdParty.FreeImageAssembly: DevCase.net48.ThirdParty.FreeImage (in DevCase.net48.ThirdParty.FreeImage.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Bitmap Rotate(
Bitmap bmp,
double angle
)
Public Shared Function Rotate (
bmp As Bitmap,
angle As Double
) As Bitmap
Dim bmp As Bitmap
Dim angle As Double
Dim returnValue As Bitmap
returnValue = UtilFreeImage.Rotate(bmp, angle)
public:
static Bitmap^ Rotate(
Bitmap^ bmp,
double angle
)
static member Rotate :
bmp : Bitmap *
angle : float -> Bitmap
No code example is currently available or this language may not be supported.
- bmp Bitmap
-
The source Bitmap.
- angle Double
-
The rotation angle.
Bitmap
The resulting image.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
FreeImageNET