BarcodeScannerVideoFrame.Format 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得視訊框架的格式。
public:
property BitmapPixelFormat Format { BitmapPixelFormat get(); };
BitmapPixelFormat Format();
public BitmapPixelFormat Format { get; }
var bitmapPixelFormat = barcodeScannerVideoFrame.format;
Public ReadOnly Property Format As BitmapPixelFormat
屬性值
視訊框架的格式為 BitmapPixelFormat 物件。