共用方式為


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

包含要載入影像的 Stream

傳回

已載入的 Image

適用於