Image.IsCanonicalPixelFormat(PixelFormat) Methode

Definition

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

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

Parameter

pixfmt
PixelFormat

Der zu überprüfende PixelFormat.

Gibt zurück

true, wenn pixfmt kanonisch ist, andernfalls false.

Hinweise

Das kanonische Pixelformat gibt ein Pixelformat von 32 Bits pro Pixel an. Dieses Format gibt eine 24-Bit-Farbtiefe und einen 8-Bit-Alphakanal an.

Gilt für: