Rect2d Methods |
The Rect2d type exposes the following members.
Name | Description | |
---|---|---|
Contains(Point2d) |
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
| |
Contains(Rect2d) |
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
| |
Contains(Double, Double) |
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(Rect2d) | 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(Size2d) |
Inflates this Rect by the specified amount.
| |
Inflate(Double, Double) |
Inflates this Rect by the specified amount.
| |
Inflate(Rect, Int32, Int32) |
Creates and returns an inflated copy of the specified Rect2d structure.
| |
Intersect(Rect2d) |
Determines the Rect2d structure that represents the intersection of two rectangles.
| |
Intersect(Rect2d, Rect2d) |
Determines the Rect2d structure that represents the intersection of two rectangles.
| |
IntersectsWith |
Determines if this rectangle intersects with rect.
| |
ToRect | ||
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) | |
Union(Rect2d) |
Gets a Rect2d structure that contains the union of two Rect2d structures.
| |
Union(Rect2d, Rect2d) |
Gets a Rect2d structure that contains the union of two Rect2d structures.
|