[]
Creates a GDI+ Bitmap from a handle to a GDI bitmap.
public static Bitmap ToGdiplusBitmap(Bitmap bitmap)
Type | Name | Description |
---|---|---|
Bitmap | bitmap | A Bitmap indicates the GDI bitmap. |
Type | Description |
---|---|
Bitmap | A Bitmap indicates the GDI+ bitmap. |