BITMAP.bmBits Field

FreeImage.NET

BITMAPbmBits Field
Pointer to the location of the bit values for the bitmap. The bmBits member must be a long pointer to an array of character (1-byte) values.

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

Field Value

Type: IntPtr
See Also