示例#1
0
 public static extern int IntersectRect(ref WinRect lpDestRect, ref WinRect lpSrc1Rect, ref WinRect lpSrc2Rect);
示例#2
0
 public static extern int GetClientRect(IntPtr hwnd, ref WinRect lpRect);
示例#3
0
 public static extern int OffsetRect(ref WinRect lpRect, int x, int y);
示例#4
0
 public static extern int InvalidateRect(IntPtr hwnd, ref WinRect lpRect, bool bErase);
示例#5
0
 public static extern int GetWindowRect(IntPtr hwnd, ref WinRect lpRect);