BITMAPINFOHEADER.biWidth Field

FreeImage.NET

BITMAPINFOHEADERbiWidth Field
Specifies the width of the bitmap, in pixels.

Windows 98/Me, Windows 2000/XP: If biCompression is BI_JPEG or BI_PNG, the biWidth member specifies the width of the decompressed JPEG or PNG image file, respectively.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int biWidth

Field Value

Type: Int32
See Also