Returns a value that indicates whether the pixel format for this FreeImageBitmap contains alpha information.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool IsAlphaPixelFormat( PixelFormat pixfmt ) |
Visual Basic (Declaration) |
---|
Public Shared Function IsAlphaPixelFormat ( _ pixfmt As PixelFormat _ ) As Boolean |
Visual C++ |
---|
public: static bool IsAlphaPixelFormat( PixelFormat pixfmt ) |
Parameters
- pixfmt
- Type: System.Drawing.Imaging..::.PixelFormat
The PixelFormat to test.