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

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

パラメータ

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

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