![]() | RectangleF Methods |
The RectangleF type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contains(RectangleF) |
Checks whether this rectangle entirely encompasses the passed other one.
|
![]() | Contains(Vector2F) |
Checks whether this rectangle contains the point denoted by the specified vector.
|
![]() | Equals(Object) |
Compares the passed rectangle to this one for equality.
(Overrides ObjectEquals(Object).) |
![]() | Equals(RectangleF) |
Compares the passed rectangle to this one for equality.
|
![]() ![]() | FromBounds |
Creates a new rectangle from the specified bounds.
|
![]() | GetHashCode |
Gets the hash code of this rectangle.
(Overrides ObjectGetHashCode.) |
![]() | Intersects |
Checks whether this rectangle at least partially intersects the passed other one.
|
![]() | ToString |
Returns a String representation of this rectangle.
(Overrides ObjectToString.) |
![]() | Union |
Creates the union of this rectangle and the specified other one.
|
Name | Description | |
---|---|---|
![]() | ToRect |
Converts the specified framework rectangle to an Unity rectangle.
(Defined by MathConversionExtensions.) |