次の方法で共有


Image.FromStream メソッド (Stream)

指定したデータ ストリームから Image オブジェクトを作成します。

Overloads Public Shared Function FromStream( _
   ByVal stream As Stream _) As Image
[C#]
public static Image FromStream(Streamstream);
[C++]
public: static Image* FromStream(Stream* stream);
[JScript]
public static function FromStream(
   stream : Stream) : Image;

パラメータ

  • stream
    この Image オブジェクトのデータを格納している Stream オブジェクト。

戻り値

このメソッドが作成する Image オブジェクト。

解説

Image オブジェクトの有効期間の間は、このストリームを開いておく必要があります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Image クラス | Image メンバ | System.Drawing 名前空間 | Image.FromStream オーバーロードの一覧