Returns a pointer to the bitmap's transparency table.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static IntPtr GetTransparencyTable( FIBITMAP dib ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetTransparencyTable ( _ dib As FIBITMAP _ ) As IntPtr |
| Visual C++ |
|---|
public: static IntPtr GetTransparencyTable( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.