'宣言 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.