Returns a value that indicates whether the pixel format is 64 bits per pixel.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static bool IsExtendedPixelFormat( PixelFormat pixfmt ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsExtendedPixelFormat ( _ pixfmt As PixelFormat _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsExtendedPixelFormat( PixelFormat pixfmt ) |
Parameters
- pixfmt
- Type: System.Drawing.Imaging..::.PixelFormat
The PixelFormat enumeration to test.