'Declaration
Public Function New( _ ByVal gdiplusBitmap As Bitmap, _ ByVal backgroundColor As Color _ )
public Bitmap( Bitmap gdiplusBitmap, Color backgroundColor )
Parameters
- 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.