bounds

open fun bounds(vararg rectangles: Rectangle): ComponentStream

Filters the current query's contents to only include components whose width and height bounds match at least one (1) of the parameter rectangles

Return

filtered query

Parameters

rectangles

the rectangle bounds to compare component to