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