BoundingBoxIsInsideFilter Constructor

Overload List
 NameDescription
Public methodBoundingBoxIsInsideFilter(Outline) Constructs a new instance of a filter to match elements with a bounding box that is contained by the given Outline.
Public methodBoundingBoxIsInsideFilter(Outline, Boolean) 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.
Public methodBoundingBoxIsInsideFilter(Outline, Double) Constructs a new instance of a filter to match elements with a bounding box that is contained by the given Outline.
Public methodBoundingBoxIsInsideFilter(Outline, Double, Boolean) 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.
Top
See Also