FreeImageBitmap.Scan0 Property

FreeImage.NET

FreeImageBitmapScan0 Property
Pointer to the scanline of the top most pixel row of this FreeImageBitmap.

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

Property Value

Type: IntPtr
See Also