FreeImage.NET Class Library Reference
FreeImageGetTransparencyTable Method |
Returns a pointer to the bitmap's transparency table.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static IntPtr GetTransparencyTable( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
Return Value
Type: IntPtrPointer to the bitmap's transparency table.
See Also