MetafileEditor::LoadFromStream Method (Stream^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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^

A Stream that contains the image to load.

Return Value

Type: System.Drawing::Image^

The Image that has been loaded.

.NET Framework
Available since 1.1
Return to top
Show: