バージョン

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

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

パラメータ

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

オンラインで表示: GitHub