IconEditor::LoadFromStream Method (Stream^)

 

Creates a new Icon from the given stream.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing.Design (in System.Drawing.Design.dll)

protected:
virtual Icon^ LoadFromStream(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

The source stream from which the icon will be created.

Return Value

Type: System.Drawing::Icon^

The newly created Icon.

.NET Framework
Available since 1.1
Return to top
Show: