共用方式為


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

參數

stream
Stream

要載入影像的資料流。

傳回

從資料流載入的 Image

適用於