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