コード例 #1
0
ファイル: User32.cs プロジェクト: madebysoren/NooSphere
 public static extern bool InvalidateRect(IntPtr hWnd, ref RECT lpRect, bool bErase);
コード例 #2
0
ファイル: User32.cs プロジェクト: madebysoren/NooSphere
 public static extern bool GetWindowRect(IntPtr hwnd, ref RECT rect);