IBitmapFrame.BitmapPixelFormat Eigenschaft
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 das Standardpixelformat des Frames zurück.
public:
property BitmapPixelFormat BitmapPixelFormat { BitmapPixelFormat get(); };
BitmapPixelFormat BitmapPixelFormat();
public BitmapPixelFormat BitmapPixelFormat { get; }
var bitmapPixelFormat = iBitmapFrame.bitmapPixelFormat;
Public ReadOnly Property BitmapPixelFormat As BitmapPixelFormat
Eigenschaftswert
Das Standardpixelformat des Frames.
Hinweise
Dies ist das Pixelformat, das beim Aufrufen der GetPixelDataAsync-Methode verwendet wird.