Rect |
The Rect64 type exposes the following members.
| Name | Description | |
|---|---|---|
| AsPath | Converts the rectangle to a Path64 representation. | |
| Contains(Point64) | Determines if a point is inside the rectangle. | |
| Contains(Rect64) | Determines if another rectangle is completely contained within this rectangle. | |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Intersects | Determines if another rectangle intersects with this rectangle. | |
| IsEmpty | Determines if the rectangle is empty (has no area). | |
| IsValid | Determines if the rectangle is valid (not equal to MaxValue). | |
| MidPoint | Calculates the midpoint of the rectangle. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |