FaceTracker.IsBitmapPixelFormatSupported(BitmapPixelFormat) 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.
Fragt ab, ob das angegebene Bitmappixelformat vom FaceTracker auf dem aktuellen Gerät unterstützt wird.
public:
static bool IsBitmapPixelFormatSupported(BitmapPixelFormat bitmapPixelFormat);
static bool IsBitmapPixelFormatSupported(BitmapPixelFormat const& bitmapPixelFormat);
public static bool IsBitmapPixelFormatSupported(BitmapPixelFormat bitmapPixelFormat);
function isBitmapPixelFormatSupported(bitmapPixelFormat)
Public Shared Function IsBitmapPixelFormatSupported (bitmapPixelFormat As BitmapPixelFormat) As Boolean
Parameter
- bitmapPixelFormat
- BitmapPixelFormat
Das Bitmappixelformat, für das unterstützung abgefragt wird.
Gibt zurück
Boolean
bool
True, wenn das angegebene Bitmap-Pixelformat unterstützt wird; andernfalls false.