The FIBITMAP structure is a handle to a FreeImage bimtap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
[SerializableAttribute]
public struct FIBITMAP : IComparable, IComparable<FIBITMAP>, 
	IEquatable<FIBITMAP>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure FIBITMAP _
	Implements IComparable, IComparable(Of FIBITMAP),  _
	IEquatable(Of FIBITMAP)
Visual C++
[SerializableAttribute]
public value class FIBITMAP : IComparable, 
	IComparable<FIBITMAP>, IEquatable<FIBITMAP>

Remarks

The handle represented by a FIBITBAP structure provides access to either a singlepage bitmap or exactly one page of a multipage bitmap.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also