FreeImage.NET Class Library Reference
|
FreeImageBitmapGetScanline Method |
Overload List
| Name | Description | |
|---|---|---|
|
GetScanlineT(Int32) |
Returns an instance of ScanlineT, 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 ScanlineT, 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