containsPoint

containsPoint(x, y)

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

ParameterDescription
xThe x point cordinate.
yThe y point cordinate.

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