containsRectangle

containsRectangle(object)

Determines if the specified Rectangle is contained or intersect this Quadrangle structure.

containsRectangle(rect)
ParameterTypeDescription
rectobjectThe Rectangle to test.

Return Value

Returns

true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false.

See Also