public BackgroundWindow(FrigoForm owner, WindowHandle window) { thumbnail = new Thumbnail(window, owner.WindowHandle); thumbnail.SetSourceRect(window.GetRect().ScreenToClient(window)); thumbnail.SetDestinationRect(window.GetRect().ScreenToClient(owner.WindowHandle)); }