The FIMULTIBITMAP structure is a handle to a FreeImage multipaged bimtap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
[SerializableAttribute] public struct FIMULTIBITMAP : IComparable, IComparable<FIMULTIBITMAP>, IEquatable<FIMULTIBITMAP> |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Structure FIMULTIBITMAP _ Implements IComparable, IComparable(Of FIMULTIBITMAP), _ IEquatable(Of FIMULTIBITMAP) |
| Visual C++ |
|---|
[SerializableAttribute] public value class FIMULTIBITMAP : IComparable, IComparable<FIMULTIBITMAP>, IEquatable<FIMULTIBITMAP> |