FreeImage.NET Class Library Reference
FreeImageBitmapToBitmap Method |
Converts this FreeImageBitmap instance to a Bitmap instance.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Bitmap ToBitmap()
Return Value
Type: BitmapA new instance of Bitmap initialized this instance.
See Also