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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Bitmap クラス > Bitmap コンストラクタ : Bitmap コンストラクタ(Int32,Int32,BitsPerPixel)
The width, in pixels, of the new Bitmap object.
The height, in pixels, of the new Bitmap object.
The number of bits required to identify the color of a single pixel.
Intializes a new instance of the Bitmap class with the specified size color format (color planes and bits-per-pixel).
シンタックス
'宣言
 
Public Function New( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal bitsPerPixel As BitsPerPixel _
)
public Bitmap( 
   System.int width,
   System.int height,
   BitsPerPixel bitsPerPixel
)

パラメータ

width
The width, in pixels, of the new Bitmap object.
height
The height, in pixels, of the new Bitmap object.
bitsPerPixel
The number of bits required to identify the color of a single pixel.
参照

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