FaceTracker.IsBitmapPixelFormatSupported(BitmapPixelFormat) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のデバイスの FaceTracker で、指定したビットマップ ピクセル形式がサポートされているかどうかを照会します。
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
パラメーター
- bitmapPixelFormat
- BitmapPixelFormat
サポートのクエリを実行するビットマップ ピクセル形式。
戻り値
Boolean
bool
True を指定したビットマップ ピクセル形式がサポートされている場合。それ以外の場合は false。