示例#1
0
 static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int x, int y, int cx, int cy, InvokeStructs.SetWindowPosFlags uFlags);
示例#2
0
 static extern IntPtr WindowFromPoint(InvokeStructs.POINT Point);
示例#3
0
 public ProgramWindow(string windowTitle, InvokeStructs.RECT windowRect)
 {
     WindowTitle = windowTitle;
     WindowRect = windowRect;
 }
示例#4
0
 static extern bool GetWindowRect(IntPtr hwnd, out InvokeStructs.RECT lpRect);