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

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public IntPtr Scan0 { get; }
Visual Basic (Declaration)
Public ReadOnly Property Scan0 As IntPtr
Visual C++
public:
property IntPtr Scan0 {
	IntPtr get ();
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also