This structure contains information about the dimensions and color format of a device-independent bitmap (DIB).

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

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also