Edit

Share via


MetafileEditor.LoadFromStream(Stream) Method

Definition

Loads an image from the specified stream.

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

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

A Stream that contains the image to load.

Returns

The Image that has been loaded.

Applies to

See also