Creates a GDI+ Bitmap from a handle to a GDI bitmap.
'宣言
Public Shared Function ToGdiplusBitmap( _
ByVal As Bitmap _
) As System.Drawing.Bitmap
public static System.Drawing.Bitmap ToGdiplusBitmap(
Bitmap
)
パラメータ
- bitmap
- A Bitmap indicates the GDI bitmap.
戻り値の型
A System.Drawing.Bitmap indicates the GDI+ bitmap.