Overload List

  NameDescription
GetScanline<(Of <(T>)>)(Int32)
Returns an instance of Scanline<(Of <(T>)>), representing the scanline specified by scanline of this FreeImageBitmap. Since FreeImage bitmaps are always bottum up aligned, keep in mind that scanline 0 is the bottom-most line of the image.
GetScanline(Int32)
Returns an instance of Scanline<(Of <(T>)>), representing the scanline specified by scanline of this FreeImageBitmap. Since FreeImage bitmaps are always bottum up aligned, keep in mind that scanline 0 is the bottom-most line of the image.

See Also