Image.IsExtendedPixelFormat(PixelFormat) Methode

Definition

Gibt einen Wert zurück, der angibt, ob das Pixelformat 64 Bits pro Pixel beträgt.

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

Parameter

pixfmt
PixelFormat

Die zu überprüfende PixelFormat-Enumeration.

Gibt zurück

true, wenn pixfmt erweitert wird, andernfalls false.

Gilt für: