ImageEditor.LoadFromStream(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

参数

stream
Stream

包含要加载的图像的 A Stream

返回

Image已加载的项。

适用于