Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 2.84 KB

inkstrokecontainer_saveasync_1696379726.md

File metadata and controls

29 lines (20 loc) · 2.84 KB
-api-id -api-type -api-device-family-note
M:Windows.UI.Input.Inking.InkStrokeContainer.SaveAsync(Windows.Storage.Streams.IOutputStream)
winrt method
xbox

Windows.UI.Input.Inking.InkStrokeContainer.SaveAsync

-description

Asynchronously saves all InkStroke objects in the InkStroke collection that is managed by the InkStrokeContainer to the specified stream.

-parameters

-param outputStream

The target stream. An IRandomAccessStream (requires IOutputStream) object can be specified instead.

-returns

The status of the asynchronous operation as the number of bytes sent. For more information, see WriteAsync method.

-remarks

-examples

-see-also

InkStrokeContainer.SaveAsync(Windows.Storage.Streams.IOutputStream outputStream, Windows.UI.Input.Inking.InkPersistenceFormat inkPersistenceFormat), Pen and stylus interactions, Get started: Support ink in your UWP app, Ink analysis sample (basic) (C#), Ink handwriting recognition sample (C#), Save and load ink strokes from an Ink Serialized Format (ISF) file, Save and load ink strokes from the clipboard, Ink toolbar location and orientation sample (basic), Ink toolbar location and orientation sample (dynamic), Coloring book sample, Family notes sample, Inking sample (JavaScript), Simple inking sample (C#/C++), Complex inking sample (C++), Ink analysis sample