UtilFreeImageRotate(String, 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(
string filepath,
double angle
)
Public Shared Function Rotate (
filepath As String,
angle As Double
) As Bitmap
Dim filepath As String
Dim angle As Double
Dim returnValue As Bitmap
returnValue = UtilFreeImage.Rotate(filepath,
angle)
public:
static Bitmap^ Rotate(
String^ filepath,
double angle
)
static member Rotate :
filepath : string *
angle : float -> Bitmap
No code example is currently available or this language may not be supported.
- filepath String
-
The source image filepath.
- 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