ImageEditor.LoadFromStream(Stream) Method

Definition

Loads an image from the specified stream.

protected:
 virtual System::Drawing::Image ^ LoadFromStream(System::IO::Stream ^ stream);
protected virtual System.Drawing.Image LoadFromStream (System.IO.Stream stream);
abstract member LoadFromStream : System.IO.Stream -> System.Drawing.Image
override this.LoadFromStream : System.IO.Stream -> System.Drawing.Image
Protected Overridable Function LoadFromStream (stream As Stream) As Image

Parameters

stream
Stream

A Stream that contains the image to load.

Returns

The Image that has been loaded.

Applies to