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 Constructor (Stream)

Loads an icon object from the given data stream.

[Visual Basic]
Overloads Public Sub New( _
   ByVal stream As Stream _
)
[C#]
public Icon(
   Stream stream
);
[C++]
public: Icon(
   Stream* stream
);
[JScript]
public function Icon(
   stream : Stream
);

Parameters

stream
The data stream to load the icon from.

See Also

Icon Class | Icon Members | System.Drawing Namespace | Icon Constructor Overload List | Stream