BitmapEditor.LoadFromStream(Stream) Method

Definition

Loads an image from the specified stream.

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

Parameters

stream
Stream

The stream from which to load the image.

Returns

The Image loaded from the stream.

Applies to