FreeImage.NET Class Library Reference
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: Booleantrue if pixfmt is canonical; otherwise, false.
See Also