StrokeCollection::Save Method (Stream^)
.NET Framework (current version)
Saves the StrokeCollection to the specified Stream.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
The Stream to which to save the StrokeCollection.
The Save method saves the StrokeCollection as Ink Serialized Format (ISF).
The following example demonstrates how to save a StrokeCollection to a file by using the Save(Stream^, Boolean) method. This example assumes that there is an InkCanvas called inkCanvas1.
.NET Framework
Available since 3.0
Available since 3.0
Show: