FreeImageBitmap.GetScanlines Method

FreeImage.NET

FreeImageBitmapGetScanlines Method
Returns a list of structures, representing the scanlines of this FreeImageBitmap. Due to FreeImage bitmaps are bottum up, scanline 0 is the bottom-most line of the image. Each color depth has a different representing structure due to different memory layouts.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IList GetScanlines()

Return Value

Type: IList

[Missing <returns> documentation for "M:FreeImageAPI.FreeImageBitmap.GetScanlines"]

Remarks
See Also