Returns whether the bitmap has a file background color.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool HasBackgroundColor( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function HasBackgroundColor ( _ dib As FIBITMAP _ ) As Boolean |
Visual C++ |
---|
public: static bool HasBackgroundColor( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.