|  | 
| 
 Public Member Functions | 
|  | CUIRect () | 
|  | Default constructor, sets the values of all members to zero. 
 
 | 
|  | CUIRect (const CUIPoint &aTopLeft, const CUIPoint &aSize) | 
|  | Initializes the CUIRect with given top coordinates and size. 
 
 | 
|  | CUIRect (int aX, int aY, int aSizeX, int aSizeY) | 
|  | Initializes the CUIRect with given top coordinates and size. 
 
 | 
| bool | Contains (const CUIPoint &aPoint) | 
|  | Returns true if this CUIRect contains given CUIPoint. 
 
 | 
| bool | Contains (unsigned int aX, unsigned int aY) | 
|  | Returns true if this CUIRect contains given point. 
 
 | 
| bool | Contains (const CUIRect &aOther) | 
|  | Returns true if this CUIRect contains given another CUIRect. 
 
 | 
| 
 Public Attributes | 
| CUIPoint | iTopLeft | 
| CUIPoint | iSize |