FreeImageBitmap.IsExtendedPixelFormat Method
From FreeImage.NET
FreeImage.NET Class Library Reference
| FreeImageBitmapIsExtendedPixelFormat Method |
Returns a value that indicates whether the pixel format is 64 bits per pixel.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
C#
public static bool IsExtendedPixelFormat( PixelFormat pixfmt )
Parameters
- pixfmt
- Type: System.Drawing.ImagingPixelFormat
The PixelFormat enumeration to test.
Return Value
Type: Booleantrue if pixfmt is extended; otherwise, false.