contains

contains(object)

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

contains(pt)
ParameterTypeDescription
ptobjectThe Point to test.

Return Value

true

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

See Also