次の方法で共有


BitmapEditor.LoadFromStream メソッド

指定したストリームからイメージを読み込みます。

Overrides Protected Function LoadFromStream( _
   ByVal stream As Stream _) As Image
[C#]
protected override Image LoadFromStream(Streamstream);
[C++]
protected: Image* LoadFromStream(Stream* stream);
[JScript]
protected override function LoadFromStream(
   stream : Stream) : Image;

パラメータ

  • stream
    イメージの読み取り元のストリーム。

戻り値

ストリームから読み込まれた Image

必要条件

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

.NET Framework セキュリティ:

参照

BitmapEditor クラス | BitmapEditor メンバ | System.Drawing.Design 名前空間