コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: yong-ja/starodyssey
 internal static extern int GetWindowRect(IntPtr hWnd, ref RECT rc);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: yong-ja/starodyssey
 internal static extern int GetClientRect(IntPtr hWnd, ref RECT rc);