StrokeCollection::Save Method (Stream^)

 

Saves the StrokeCollection to the specified Stream.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

public:
void Save(
	Stream^ stream
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: