The following tables list the members exposed by DisplayRectangle.
Public Constructors
Public Properties
| Name | Description |
 | Height | Gets or sets the rectangle's height. |
 | Left | Gets or sets X coordinate of the top left corner. |
 | Top | Gets or sets Y coordinate of the top left corner. |
 | Width | Gets or sets the rectangle's width. |
Top
Public Methods
| Name | Description |
 | Contains | Tests if this rectangle contains the given point. |
 | Intersects | Verifies if the given rectangle intersects this rectangle. |
 | ToString | Converts the rectangle to string representation. |
Top
See Also