FreeImage.GetScanLine Method

FreeImage.NET

FreeImageGetScanLine Method
Returns a pointer to the start of the given scanline in the bitmap's data-bits.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static IntPtr GetScanLine(
	FIBITMAP dib,
	int scanline
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
scanline
Type: SystemInt32
Number of the scanline.

Return Value

Type: IntPtr
Pointer to the scanline.
See Also