예제 #1
0
파일: Gdi32.cs 프로젝트: ChrisMoreton/Test3
 internal static extern int GetClipBox(IntPtr hDC, ref RECT rectBox); 
예제 #2
0
파일: Gdi32.cs 프로젝트: ChrisMoreton/Test3
 internal static extern IntPtr CreateRectRgnIndirect(ref RECT rect); 
예제 #3
0
 internal static extern bool DrawFocusRect(IntPtr hWnd, ref RECT rect);
예제 #4
0
 internal static extern bool InvalidateRect(IntPtr hWnd, ref RECT rect, bool erase);
예제 #5
0
 internal static extern bool GetWindowRect(IntPtr hWnd, ref RECT rect);