The Rectangle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains(Point) |
Tests whether the given coordinate is inside the rectangle.
| |
| Contains(Rectangle) |
Tests whether the given rectangle is contained in this one.
| |
| CreateGdiRectangle |
Converts the rectangle to the System.Drawing.Rectangle equivalent
| |
| CreateGdiRectangleF |
Converts the rectangle to the System.Drawing.RectangleF equivalent
| |
| Equals |
Returns true if the argument object equals this rectangle.
(Overrides Object..::..Equals(Object).) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides Object..::..GetHashCode()()()().) | |
| IntersectsWith |
Tests whether the given rectangle intersects with this one.
|