Rect2f Methods |
The Rect2f type exposes the following members.
Name | Description | |
---|---|---|
Contains(Point2f) |
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
| |
Contains(Rect2f) |
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
| |
Contains(Single, Single) |
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
| |
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
Equals(Rect2f) | Indicates whether the current object is equal to another object of the same type. | |
FromLTRB | ||
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Inflate(Size2f) |
Inflates this Rect by the specified amount.
| |
Inflate(Single, Single) |
Inflates this Rect by the specified amount.
| |
Inflate(Rect, Int32, Int32) |
Creates and returns an inflated copy of the specified Rect2f structure.
| |
Intersect(Rect2f) |
Determines the Rect2f structure that represents the intersection of two rectangles.
| |
Intersect(Rect2f, Rect2f) |
Determines the Rect2f structure that represents the intersection of two rectangles.
| |
IntersectsWith |
Determines if this rectangle intersects with rect.
| |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) | |
Union(Rect2f) |
Gets a Rect2f structure that contains the union of two Rect2f structures.
| |
Union(Rect2f, Rect2f) |
Gets a Rect2f structure that contains the union of two Rect2f structures.
|