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)
The Stream to save to.
Thank you.