Image.IsCanonicalPixelFormat(PixelFormat) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.