Int |
public readonly struct Int64BoundingBox
The Int64BoundingBox type exposes the following members.
| Name | Description | |
|---|---|---|
| Int64BoundingBox | Initializes a new instance of the Int64BoundingBox struct. |
| Name | Description | |
|---|---|---|
| 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) | |
| IsPointWithin | Determines whether the specified point is within the bounding box. | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| P0 | The lower-left corner of the bounding box. | |
| P1 | The upper-right corner of the bounding box. |