Retrieves the type of the bitmap.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static FREE_IMAGE_TYPE GetImageType( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetImageType ( _ dib As FIBITMAP _ ) As FREE_IMAGE_TYPE |
Visual C++ |
---|
public: static FREE_IMAGE_TYPE GetImageType( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.