コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: windygu/actools
 public static extern bool GetWindowRect(IntPtr hWnd, out Win32Rect lpWindowRect);
コード例 #2
0
ファイル: DpiAwareWindow.cs プロジェクト: gro-ove/actools
 private static extern bool GetWindowRect(IntPtr hWnd, out Win32Rect lpWindowRect);