Name | Description | |
---|---|---|
![]() | Contains | Determines if the specified point is contained within this Rect 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 Rect structure that contains the union of two Rect structures. |