FreeImageBitmap.IsCanonicalPixelFormat Method

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool IsCanonicalPixelFormat(
	PixelFormat pixfmt
)

Parameters

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

Return Value

Type: Boolean
true if pixfmt is canonical; otherwise, false.
See Also