containsPoint
containsPoint(x, y)
Determines if the specified point is contained within this Quadrangle structure.
| Parameter | Description |
|---|---|
| x | The x point cordinate. |
| y | The y point cordinate. |
Returns: Returns true if point is contained within this Quadrangle structure; otherwise, false.