BitmapEditor::LoadFromStream Method (Stream^)

 

Loads an image from the specified stream.

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

protected:
virtual Image^ LoadFromStream(
	Stream^ stream
) override

Parameters

stream
Type: System.IO::Stream^

The stream from which to load the image.

Return Value

Type: System.Drawing::Image^

The Image loaded from the stream.

.NET Framework
Available since 1.1
Return to top
Show: