FreeImage.NET Class Library Reference
FreeImageGetBits Method |
Returns a pointer to the data-bits of the bitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static IntPtr GetBits( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
Return Value
Type: IntPtrPointer to the data-bits.
See Also