FreeImageBitmap.GetScanlinePointer Method

FreeImage.NET

FreeImageBitmapGetScanlinePointer Method
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) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IntPtr GetScanlinePointer(
	int scanline
)

Parameters

scanline
Type: SystemInt32
Number of the scanline.

Return Value

Type: IntPtr
Pointer to the scanline.
See Also