containsPoint

containsPoint(object, object)

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

containsPoint(x, y)
ParameterTypeDescription
xobjectThe x point cordinate.
yobjectThe y point cordinate.

Return Value

Returns

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

See Also