예제 #1
0
 public bool Equals(Rect r)
 {
     return r.Left == this.Left && r.Top == this.Top && r.Right == this.Right && r.Bottom == this.Bottom;
 }
예제 #2
0
 public static extern bool GetClientRect(IntPtr WindowHandle, out Rect Rect);