Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 635 Bytes

webuiview_capturepreviewtostreamasync_1169189879.md

File metadata and controls

28 lines (19 loc) · 635 Bytes
-api-id -api-type ms.custom
M:Windows.UI.WebUI.WebUIView.CapturePreviewToStreamAsync(Windows.Storage.Streams.IRandomAccessStream)
winrt method
RS5

Windows.UI.WebUI.WebUIView.CapturePreviewToStreamAsync

-description

Creates an image of the current view contents and writes it to the specified stream.

-parameters

-param stream

The stream to write the image to.

-returns

An asynchronous action to await the capture operation.

-remarks

-see-also

-examples