Returns a value that indicates whether the pixel format for this FreeImageBitmap contains alpha information.

Namespace:  FreeImageAPI
Assembly:  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.

Return Value

true if pixfmt contains alpha information; otherwise, false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also