Name | Description | |
---|---|---|
Contains | Determines if the specified point is contained within this Rectangle structure. | |
Inflate | Enlarges a Rectangle structure by the specified amount. | |
Intersect | Creates a rectangle that represents the intersetion between a and b. If there is no intersection, null is returned. | |
IntersectsWith | Determines if this rectangle intersects with rect. | |
Offset | Adjusts the location of this rectangle by the specified amount. | |
Union | Gets a Rectangle structure that contains the union of two Rectangle structures. |