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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Bitmap クラス > Bitmap コンストラクタ : Bitmap コンストラクタ(Bitmap,Color)
A System.Drawing.Bitmap indicates the GDI+ bitmap.
A System.Drawing.Color structure that specifies the background color. This parameter is ignored if the bitmap is totally opaque.
Initializes a new instance of the Bitmap class.
シンタックス
'宣言
 
Public Function New( _
   ByVal gdiplusBitmap As System.Drawing.Bitmap, _
   ByVal backgroundColor As System.Drawing.Color _
)
public Bitmap( 
   System.Drawing.Bitmap gdiplusBitmap,
   System.Drawing.Color backgroundColor
)

パラメータ

gdiplusBitmap
A System.Drawing.Bitmap indicates the GDI+ bitmap.
backgroundColor
A System.Drawing.Color structure that specifies the background color. This parameter is ignored if the bitmap is totally opaque.
参照

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