WebUIView.CapturePreviewToStreamAsync(IRandomAccessStream) Method
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.
Creates an image of the current view contents and writes it to the specified stream.
public:
virtual IAsyncAction ^ CapturePreviewToStreamAsync(IRandomAccessStream ^ stream) = CapturePreviewToStreamAsync;
IAsyncAction CapturePreviewToStreamAsync(IRandomAccessStream const& stream);
public IAsyncAction CapturePreviewToStreamAsync(IRandomAccessStream stream);
function capturePreviewToStreamAsync(stream)
Public Function CapturePreviewToStreamAsync (stream As IRandomAccessStream) As IAsyncAction
- stream
- IRandomAccessStream
The stream to write the image to.
An asynchronous action to await the capture operation.