BITMAP.bmWidthBytes Field

FreeImage.NET

BITMAPbmWidthBytes Field
Specifies the number of bytes in each scan line. This value must be divisible by 2, because the system assumes that the bit values of a bitmap form an array that is word aligned.

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

Field Value

Type: Int32
See Also