Quadrangle
Quadrangle class
Stores a set of four s that represent a Quadrangle region.
The Quadrangle type exposes the following members:
Constructors
| Name | Description |
|---|
| Quadrangle() | Initializes a new empty instance of the Quadrangle class. |
Properties
| Name | Description |
|---|
| is_empty | Tests whether all s of this Quadrangle have values of zero. |
| EMPTY | Represents a Quadrangle class with its properties left uninitialized. |
Methods
| Name | Description |
|---|
| contains(x, y) | |
| contains(quad) | Determines if the specified is contained within this Quadrangle class. |
| equals(other) | Returns a value indicating whether this instance is equal to a specified Quadrangle value. |
See Also