NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Icon.Save

Saves this image to the given output stream.

[Visual Basic]
Overridable Public Sub Save( _
   ByVal outputStream As Stream _
)
[C#]
public virtual void Save(
   Stream outputStream
);
[C++]
public: virtual void Save(
   Stream* outputStream
);
[JScript]
public function Save(
   outputStream : Stream
);

Parameters

outputStream
The stream to save to. This can be a file, data object, or other Stream.

See Also

Icon Class | Icon Members | System.Drawing Namespace