FreeImage.NET Class Library Reference
ScanlineT Constructor (FIBITMAP, Int32) |
Initializes a new instance based on the specified FreeImage bitmap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Scanline( FIBITMAP dib, int scanline )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap. - scanline
- Type: SystemInt32
Index of the zero based scanline.
See Also