Returns a value that indicates whether the pixel format is 32 bits per pixel.
Namespace:
FreeImageAPIAssembly: 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.