FaceDetector.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 FaceDetector 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 die Unterstützung abgefragt wird.
Gibt zurück
Boolean
bool
True, wenn das angegebene Bitmappixelformat unterstützt wird; Andernfalls false.