111,130
社区成员
发帖
与我相关
我的任务
分享
[DllImport("User32")]
static extern bool MoveWindow(uint hwnd, int x, int y, int width, int height, bool rePaint);
[DllImport("User32")]
static extern uint FindWindow(string className, string windowName);
[DllImport("User32")]
static extern bool GetWindowRect(uint hwnd, ref RECT rect);