2 references to FromHbitmap
System.Drawing.Common (1)
System\Drawing\Image.cs (1)
774
public static Bitmap FromHbitmap(IntPtr hbitmap) =>
FromHbitmap
(hbitmap, IntPtr.Zero);
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
47
return Image.
FromHbitmap
((HBITMAP)handle, (HPALETTE)paletteHandle);