コード例 #1
0
ファイル: User32.cs プロジェクト: EdgarEDT/myitoppsp
 public static extern bool InvalidateRect(IntPtr hWnd, ref RECT rect, bool erase);
コード例 #2
0
ファイル: User32.cs プロジェクト: EdgarEDT/myitoppsp
 public static extern bool FillRect(IntPtr hWnd, RECT rect, long brush);
コード例 #3
0
ファイル: User32.cs プロジェクト: EdgarEDT/myitoppsp
 public static extern bool GetWindowRect(IntPtr hWnd, ref RECT rect);
コード例 #4
0
ファイル: User32.cs プロジェクト: EdgarEDT/myitoppsp
 public static extern bool DrawFocusRect(IntPtr hWnd, ref RECT rect);