containsCoordinates

Quadrangle.containsCoordinates

containsCoordinates(int $x, int $y)

Determines if the specified point is contained within this Quadrangle structure.

ParameterTypeDescription
$xint
$yint

Returns: bool Returns true if point is contained within this Quadrangle structure; otherwise, false.