Returns a pointer to the start of the given scanline in the bitmap's data-bits.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static IntPtr GetScanLine( FIBITMAP dib, int scanline ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetScanLine ( _ dib As FIBITMAP, _ scanline As Integer _ ) As IntPtr |
Visual C++ |
---|
public: static IntPtr GetScanLine( FIBITMAP dib, int scanline ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.
- scanline
- Type: System..::.Int32
Number of the scanline.