次の方法で共有


FaceDetector.GetSupportedBitmapPixelFormats メソッド

定義

現在のデバイスの FaceDetector でサポートされているビットマップ ピクセル形式の一覧を返します。

public:
 static IVectorView<BitmapPixelFormat> ^ GetSupportedBitmapPixelFormats();
 static IVectorView<BitmapPixelFormat> GetSupportedBitmapPixelFormats();
public static IReadOnlyList<BitmapPixelFormat> GetSupportedBitmapPixelFormats();
function getSupportedBitmapPixelFormats()
Public Shared Function GetSupportedBitmapPixelFormats () As IReadOnlyList(Of BitmapPixelFormat)

戻り値

現在のデバイスの FaceDetector でサポートされているビットマップ ピクセル形式の一覧。

適用対象