Name | Description | |
---|---|---|
![]() | Contains | Determines if the specified point is contained within this Rect structure. |
![]() | GetAlignRectangle | Gets the aligned rectangle. |
![]() | 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 | Overloaded. Adjusts the location of this rectangle by the specified amount. |
![]() | Scale | Scales this Rectangle value by the specified scaleX and scaleY values. |
![]() ![]() | Union | Overloaded. Gets a Rectangle structure that contains the union of two Rectangle structures. |