| Name | Description | |
|---|---|---|
|  | ImGearDoubleRectangle Constructor | Overloaded. | 
The following tables list the members exposed by ImGearDoubleRectangle.
| Name | Description | |
|---|---|---|
|  | ImGearDoubleRectangle Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | Bottom | Gets or sets the y-coordinate of the lower-right corner of the rectangle. | 
|  | Height | Gets the height of the rectangle. | 
|  | Left | Gets or sets the x-coordinate of the upper-left corner of the rectangle. | 
|  | Right | Gets or sets the x-coordinate of the lower-right corner of the rectangle. | 
|  | Top | Gets or sets the y-coordinate of the upper-left corner of the rectangle. | 
|  | Width | Gets the width of the rectangle. | 
| Name | Description | |
|---|---|---|
|  | CopyFrom | This method copies rectangle from IImGearDoubleRectangle interface. | 
|  | Empty | Sets all numeric properties of the rectangle to their initial values. | 
|  | Intersect | Checks whether or not the rectangle is intersected with the specified rectangle. | 
|  | IsEmpty | Tests whether all numeric properties of the rectangle have their initial values. | 
|  | IsWellFormed | Checks if rectangle's width is greater than or equal to zero and if its height is greater than or equal to zero. | 
|  | Offset | Shifts the rectangle points by the specified shiftXandshiftYvalues. |