The FIMULTIBITMAP structure is a handle to a FreeImage multipaged bimtap.

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

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also