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, Int32, Int32)

[To be supplied.]

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

Parameters

stream
[To be supplied.]
width
[To be supplied.]
height
[To be supplied.]

See Also

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