BoundingBoxIsInsideFilter
Overloads (4):
| Name | Return Type | Description |
|---|---|---|
| BoundingBoxIsInsideFilter(Outline) | None | Constructs a new instance of a filter to match elements with a bounding box that is contained by the given Outline. |
| BoundingBoxIsInsideFilter(Outline, Boolean) | None | Constructs a new instance of a filter to match elements with a bounding box is contained by the given Outline, with the option to invert the filter and match all elements with a bounding box that are not contained by the given Outline. |
| BoundingBoxIsInsideFilter(Outline, Double) | None | Constructs a new instance of a filter to match elements with a bounding box that is contained by the given Outline. |
| BoundingBoxIsInsideFilter(Outline, Double, Boolean) | None | Constructs a new instance of a filter to match elements with a bounding box is contained by the given Outline, with the option to invert the filter and match all elements with a bounding box that are not contained by the given Outline. |