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