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。