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