Rect<T> Structure Members
In This Topic
The following tables list the members exposed by Rect<T>.
Public Constructors
Public Fields
| Name | Description |
  | Empty | The empty instance ofthe Rect structure. |
Top
Public Properties
| Name | Description |
 | Height | Gets the height of this Rect structure. |
 | Left | Gets the x-coordinate of the left edge of this Rect structure. |
 | Location | Gets a Point<T> that represents the upper-left corner of the Rect. |
 | Size | Gets a Size that represents the width and height of the Rect. |
 | Top | Gets the y-coordinate of the top edge of this Rect structure. |
 | Width | Gets the width of this Rect structure. |
Top
See Also