バージョン

Image コンストラクタ(Stream)

Image クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream _
)
public Image( 
   System.IO.Stream stream
)

パラメータ

stream
画像のバイトを含むストリーム。
参照

オンラインで表示: GitHub