BarcodeScannerVideoFrame.PixelData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the pixel data of the video frame.
public:
property IBuffer ^ PixelData { IBuffer ^ get(); };
IBuffer PixelData();
public IBuffer PixelData { get; }
var iBuffer = barcodeScannerVideoFrame.pixelData;
Public ReadOnly Property PixelData As IBuffer
Property Value
The pixel data as an IBuffer.