FreeImage.NET Class Library Reference
FreeImageBitmapIsAlphaPixelFormat Method |
Returns a value that indicates whether the pixel format for this FreeImageBitmap contains alpha information.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool IsAlphaPixelFormat( PixelFormat pixfmt )
Parameters
- pixfmt
- Type: System.Drawing.ImagingPixelFormat
The PixelFormat to test.
Return Value
Type: Booleantrue if pixfmt contains alpha information; otherwise, false.
See Also