示例#1
0
 internal static extern int GetClipBox(IntPtr hDC, ref RECT rectBox); 
示例#2
0
 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);