Rect2 Methods |
The Rect2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Abs |
Returns a Rect2 with equivalent position and size, modified so that
the top-left corner is the origin and width and height are positive.
|
![]() | Clip |
Returns the intersection of this Rect2 and `b`.
|
![]() | Encloses |
Returns true if this Rect2 completely encloses another one.
|
![]() | Equals(Object) | (Overrides ValueTypeEquals(Object).) |
![]() | Equals(Rect2) | |
![]() | Expand |
Returns this Rect2 expanded to include a given point.
|
![]() | GetArea |
Returns the area of the Rect2.
|
![]() | GetHashCode | (Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | Grow |
Returns a copy of the Rect2 grown a given amount of units towards all the sides.
|
![]() | GrowIndividual |
Returns a copy of the Rect2 grown a given amount of units towards each direction individually.
|
![]() | GrowMargin |
Returns a copy of the Rect2 grown a given amount of units towards the Margin direction.
|
![]() | HasNoArea |
Returns true if the Rect2 is flat or empty, or false otherwise.
|
![]() | HasPoint |
Returns true if the Rect2 contains a point, or false otherwise.
|
![]() | Intersects |
Returns true if the Rect2 overlaps with `b`
(i.e. they have at least one point in common).
If `includeBorders` is true, they will also be considered overlapping
if their borders touch, even without intersection.
|
![]() | IsEqualApprox |
Returns true if this rect and `other` are approximately equal, by running
IsEqualApprox(Vector2) on each component.
|
![]() | Merge |
Returns a larger Rect2 that contains this Rect2 and `b`.
|
![]() | ToString | (Overrides ValueTypeToString.) |
![]() | ToString(String) |