Returns a value that indicates whether the pixel format is 32 bits per pixel.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static bool IsCanonicalPixelFormat(
	PixelFormat pixfmt
)
Visual Basic (Declaration)
Public Shared Function IsCanonicalPixelFormat ( _
	pixfmt As PixelFormat _
) As Boolean
Visual C++
public:
static bool IsCanonicalPixelFormat(
	PixelFormat pixfmt
)

Parameters

pixfmt
Type: System.Drawing.Imaging..::.PixelFormat
The PixelFormat to test.

Return Value

true if pixfmt is canonical; otherwise, false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also