FreeImage.NET Class Library Reference
GifInformation Constructor |
Initializes a new instance of the GifInformation class
with the specified FreeImageBitmap.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public GifInformation( FreeImageBitmap bitmap )
Parameters
- bitmap
- Type: FreeImageAPIFreeImageBitmap
A reference to a FreeImageBitmap instance.
See Also