예제 #1
0
 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));
 }