int XRectInRegion(r, x, y, width, height)
      Region r;
      int x, y; 
      unsigned int width, height;
| r | Specifies the region. | 
|  x y  | Specify the x and y coordinates, which define the coordinates of the upper-left corner of the rectangle. | 
|  width height  | Specify the width and height, which define the rectangle . |