This structure contains information about the dimensions and color format
of a device-independent bitmap (DIB).
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
[SerializableAttribute] public struct BITMAPINFOHEADER : IEquatable<BITMAPINFOHEADER> |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Structure BITMAPINFOHEADER _ Implements IEquatable(Of BITMAPINFOHEADER) |
Visual C++ |
---|
[SerializableAttribute] public value class BITMAPINFOHEADER : IEquatable<BITMAPINFOHEADER> |
Remarks
The BITMAPINFO structure combines the
BITMAPINFOHEADER structure and a color table to provide a complete
definition of the dimensions and colors of a DIB.