Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
FreeImage .NET Documentation
BITMAP
.
.
::
.
bmBits Field
BITMAP Structure
See Also
Send Feedback
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)
Syntax
C#
public
IntPtr
bmBits
Visual Basic (Declaration)
Public
bmBits
As
IntPtr
Visual C++
public
:
IntPtr
bmBits
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also
BITMAP Structure
FreeImageAPI Namespace