WebViewControl.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 control contents and writes it to the specified stream.
For more info, see Windows.Web.UI.IWebViewControl
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
Parameters
- stream
- IRandomAccessStream
The stream to write the image to.
Returns
An asynchronous action to await the capture operation.