バージョン

Image コンストラクタ(Int32,Int32)

Image クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
public Image( 
   int width,
   int height
)

パラメータ

width
画像幅(ピクセル単位)。
height
画像高さ(ピクセル単位)。
参照