In This Topic
Creates a GDI+ Bitmap from a handle to a GDI bitmap.
Syntax
'Declaration
Public Shared Function ToGdiplusBitmap( _
ByVal As Bitmap _
) As Bitmap
public static Bitmap ToGdiplusBitmap(
Bitmap
)
Parameters
- bitmap
- A Bitmap indicates the GDI bitmap.
Return Value
A
System.Drawing.Bitmap indicates the GDI+ bitmap.
See Also