Example #1
0
 public static extern bool GetWindowRect(int hwnd, ref WindowCaptureUtility.RECT rect);
Example #2
0
 [DllImport("user32.dll", EntryPoint = "GetCursorPos")] //获取鼠标坐标
 public static extern int GetCursorPos(ref WindowCaptureUtility.POINTAPI point);