Rect |
public struct Rect64
The Rect64 type exposes the following members.
| Name | Description | |
|---|---|---|
| Rect64(Boolean) | Initializes a new invalid or empty instance of the Rect64 struct. | |
| Rect64(Rect64) | Initializes a new instance of the Rect64 struct from another rectangle. | |
| Rect64(Int64, Int64, Int64, Int64) | Initializes a new instance of the Rect64 struct. |
| Name | Description | |
|---|---|---|
| Height | Gets or sets the height of the rectangle. | |
| Width | Gets or sets the width of the rectangle. |
| 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) |
| Name | Description | |
|---|---|---|
| bottom | The Y coordinate of the bottom side of the rectangle. | |
| left | The X coordinate of the left side of the rectangle. | |
| right | The X coordinate of the right side of the rectangle. | |
| top | The Y coordinate of the top side of the rectangle. |