Пример #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);