Returns the width of the bitmap in bytes.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static uint GetLine( FIBITMAP dib ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetLine ( _ dib As FIBITMAP _ ) As UInteger |
| Visual C++ |
|---|
public: static unsigned int GetLine( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.