共用方式為


MetafileEditor.LoadFromStream(Stream) 方法

定義

從指定的資料流載入影像。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

包含要載入影像的 Stream

傳回

已載入的 Image

適用於

另請參閱