FreeImageBitmap.Bits Property

FreeImage.NET

FreeImageBitmapBits Property
Pointer to the data-bits of this FreeImageBitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IntPtr Bits { get; }

Property Value

Type: IntPtr
See Also