| RectangleF Methods |
The RectangleF type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains(RectangleF) |
Determines whether rectangle contains the specified rectangle.
| |
| Contains(Vector2F) |
Determines whether rectangle contains the specified point.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
| Equals(RectangleF) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Intersect |
Creates a rectangle that contains the overlap between the given rectangles.
| |
| Intersects |
Determines whether this rectangle intersects with the specified rectangle.
| |
| ToRectangle |
Converts the RectangleF (floating-point, single precision) to a
Rectangle (integer precision).
| |
| ToString |
Returns the string representation of this rectangle.
(Overrides ValueTypeToString.) | |
| ToString(IFormatProvider) |
Returns the string representation of this rectangle using the specified culture-specific
format information.
| |
| Union |
Creates the smallest rectangle that contains the given rectangles.
|