Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 826 Bytes

imagestream_readasync_1012630619.md

File metadata and controls

32 lines (22 loc) · 826 Bytes
-api-id -api-type
M:Windows.Graphics.Imaging.ImageStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)
winrt method

Windows.Graphics.Imaging.ImageStream.ReadAsync

-description

Reads data asynchronously from a sequential stream.

-parameters

-param buffer

The buffer into which the asynchronous read operation stores the data.

-param count

The size of the buffer.

-param options

The options for the stream to be read.

-returns

The byte reader operation.

-remarks

-examples

-see-also