FreeImage.NET Class Library Reference
FreeImageBitmap Constructor (FreeImageBitmap) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified image.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FreeImageBitmap( FreeImageBitmap original )
Parameters
- original
- Type: FreeImageAPIFreeImageBitmap
The original to clone from.
Exceptions
Exception | Condition |
---|---|
Exception | The operation failed. |
ArgumentNullException | original is a null reference. |
See Also