Initializes a new instance of the GifInformation class with the specified FreeImageBitmap.

Namespace:  FreeImageAPI.Metadata
Assembly:  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.

Version Information

FreeImage.NET

Supported in: 3.12.0, 3.13.0, 3.13.1

See Also