Initializes a new instance of the
Bitmap class with the specified size.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Bitmap(
System.int ,
System.int
)
パラメータ
- width
- The width, in pixels, of the new Bitmap object.
- height
- The height, in pixels, of the new Bitmap object.
参照