Image.IsExtendedPixelFormat(PixelFormat) Method

Definition

Returns a value that indicates whether the pixel format is 64 bits per pixel.

public:
 static bool IsExtendedPixelFormat(System::Drawing::Imaging::PixelFormat pixfmt);
public static bool IsExtendedPixelFormat (System.Drawing.Imaging.PixelFormat pixfmt);
static member IsExtendedPixelFormat : System.Drawing.Imaging.PixelFormat -> bool
Public Shared Function IsExtendedPixelFormat (pixfmt As PixelFormat) As Boolean

Parameters

pixfmt
PixelFormat

The PixelFormat enumeration to test.

Returns

true if pixfmt is extended; otherwise, false.

Applies to