| Rect2d Properties | 
The Rect2d type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Bottom | 
            Gets the y-coordinate that is the sum of the Y and Height property values of this Rect2d structure.
             | 
|  | BottomRight | 
            Coordinate of the right-most rectangle corner [Point2d(X+Width, Y+Height)]
             | 
|  | Left | 
            Gets the x-coordinate of the left edge of this Rect2d structure. 
             | 
|  | Location | 
            Coordinate of the left-most rectangle corner [Point2d(X, Y)]
             | 
|  | Right | 
            Gets the x-coordinate that is the sum of X and Width property values of this Rect2d structure. 
             | 
|  | Size | 
            Size of the rectangle [CvSize(Width, Height)]
             | 
|  | Top | 
            Gets the y-coordinate of the top edge of this Rect2d structure. 
             | 
|  | TopLeft | 
            Coordinate of the left-most rectangle corner [Point2d(X, Y)]
             | 
 See Also
See Also