Quadrangle

Quadrangle class

Stores a set of four s that represent a Quadrangle region.

The Quadrangle type exposes the following members:

Constructors

NameDescription
Quadrangle()Initializes a new empty instance of the Quadrangle class.

Properties

NameDescription
is_emptyTests whether all s of this Quadrangle have values of zero.
EMPTYRepresents a Quadrangle class with its properties left uninitialized.

Methods

NameDescription
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