BoundingBoxIsInsideFilter
Public Constructor
Public Method
BoundingBoxIsInsideFilter(Outline)
Public Method
BoundingBoxIsInsideFilter(Outline, Boolean)
Public Method
BoundingBoxIsInsideFilter(Outline, Double)
Public Method
BoundingBoxIsInsideFilter(Outline, Double, Boolean)
Overload List
Name
Description
Public Method
BoundingBoxIsInsideFilter(Outline)
Constructs a new instance of a filter to match elements with a bounding box that is contained by the given Outline.
Public Method
BoundingBoxIsInsideFilter(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 Method
BoundingBoxIsInsideFilter(Outline, Double)
Constructs a new instance of a filter to match elements with a bounding box that is contained by the given Outline.
Public Method
BoundingBoxIsInsideFilter(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.