The FIBITMAP structure is a handle to a FreeImage bimtap.
Namespace:
FreeImageAPIAssembly: 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.