2 references to GetHBITMAP
System.Drawing.Common (1)
System\Drawing\Bitmap.cs (1)
163
return this.
GetHBITMAP
(background);
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\GdiPlus\GpBitmapExtensions.cs (1)
37
public static HBITMAP GetHBITMAP(this IPointer<GpBitmap> bitmap) => bitmap.
GetHBITMAP
(DrawingColor.LightGray);