2 references to CreateCompatibleBitmap
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
66
return hbitmap.IsNull ? HBITMAP.Null : hbitmap.
CreateCompatibleBitmap
(width, height);
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
51
pmedium->u.hBitmap = bitmap.GetHBITMAP().
CreateCompatibleBitmap
(bitmap.Width, bitmap.Height);