CalendarView for WinForms
Bitmap コンストラクタ(Graphics,Int32,Int32)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Bitmap クラス > Bitmap コンストラクタ : Bitmap コンストラクタ(Graphics,Int32,Int32)
A Graphics object.
The width, in pixels, of the new Bitmap object.
The height, in pixels, of the new Bitmap object.
Intializes a new instance of the Bitmap class with the specified Graphics object and size.
シンタックス
'宣言
 
Public Function New( _
   ByVal graphics As Graphics, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
)
public Bitmap( 
   Graphics graphics,
   System.int width,
   System.int height
)

パラメータ

graphics
A Graphics object.
width
The width, in pixels, of the new Bitmap object.
height
The height, in pixels, of the new Bitmap object.
参照

Bitmap クラス
Bitmap メンバ
オーバーロード一覧