FreeImageBitmap.ToBitmap Method

FreeImage.NET

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: Bitmap
A new instance of Bitmap initialized this instance.
See Also