Initializes a new instance of the GifInformation class
with the specified FreeImageBitmap.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public GifInformation( FreeImageBitmap bitmap ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ bitmap As FreeImageBitmap _ ) |
| Visual C++ |
|---|
public: GifInformation( FreeImageBitmap^ bitmap ) |
Parameters
- bitmap
- Type: FreeImageAPI..::.FreeImageBitmap
A reference to a FreeImageBitmap instance.