The RectangleD type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains | Overloaded. | |
| Equals | Tests whether obj is a RectangleD with the same location and size of this RectangleD. (Overrides ValueType..::.Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FromLTRB | Creates a RectangleD structure with upper-left corner and lower-right corner at the specified locations. | |
| GetHashCode | Gets the hash code for this RectangleD structure. For information about the use of hash codes, see Object.GetHashCode. (Overrides ValueType..::.GetHashCode()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Inflate | Overloaded. | |
| Intersect | Overloaded. | |
| IntersectsWith | Determines if this rectangle intersects with rect. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Offset | Overloaded. | |
| ToString | Converts the Location and Size of this RectangleD to a human-readable string. (Overrides ValueType..::.ToString()()().) | |
| Union | Creates the smallest possible third rectangle that can contain both of two rectangles that form a union. |
Operators
| Name | Description | |
|---|---|---|
| Equality | Tests whether two RectangleD structures have equal location and size. | |
| Implicit | Overloaded. | |
| Inequality | Tests whether two RectangleD structures differ in location or size. |