Example #1
0
 public void setRectangle(Rectangle rect) {
   User32.INSTANCE.MoveWindow(hWnd, rect.x, rect.y, rect.width, rect.height, true);
 }