예제 #1
0
파일: User32.cs 프로젝트: gpanayir/sffwk
 public static extern bool InvalidateRect(IntPtr hWnd, ref RECT rect, bool erase);
예제 #2
0
파일: User32.cs 프로젝트: gpanayir/sffwk
 public static extern bool GetWindowRect(IntPtr hWnd, ref RECT rect);
예제 #3
0
파일: User32.cs 프로젝트: gpanayir/sffwk
 public static extern bool DrawFocusRect(IntPtr hWnd, ref RECT rect);