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;
パラメータ
戻り値
このメソッドが作成する 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 オーバーロードの一覧