Icon.Save(Stream) Method

Definition

Saves this Icon to the specified output Stream.

public:
 void Save(System::IO::Stream ^ outputStream);
public void Save (System.IO.Stream outputStream);
member this.Save : System.IO.Stream -> unit
Public Sub Save (outputStream As Stream)

Parameters

outputStream
Stream

The Stream to save to.

Applies to