​
​
​

Saves the shapes data to the given object of type System.IO.Stream.

Save(System.IO.Stream)

​public void Save(System.IO.Stream stream);
​Public Sub Save(ByVal stream As System.IO.Stream)

Parameters

Parameter Description
stream Specifies an object of type System.IO.Stream the data is saved to.
​