FromHbitmap

Image.FromHbitmap method

Erstellt einBitmap von einem Handle zu einer GDI-Bitmap.

public static Bitmap FromHbitmap(IntPtr hbitmap)
ParameterTypBeschreibung
hbitmapIntPtrDas GDI-Bitmap-Handle, aus dem die erstellt werden sollBitmap .

Rückgabewert

DasBitmap diese Methode erstellt.

Siehe auch