[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 );
Icon Class | Icon Members | System.Drawing Namespace | Icon Constructor Overload List