Returns a pointer to the specified scanline. Due to FreeImage bitmaps are bottum up, scanline 0 is the most bottom line of the image.

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

Syntax

C#
public IntPtr GetScanlinePointer(
	int scanline
)
Visual Basic (Declaration)
Public Function GetScanlinePointer ( _
	scanline As Integer _
) As IntPtr
Visual C++
public:
IntPtr GetScanlinePointer(
	int scanline
)

Parameters

scanline
Type: System..::.Int32
Number of the scanline.

Return Value

Pointer to the scanline.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also