BoundingBoxIntersectsFilter
Public Constructor
Public Method
BoundingBoxIntersectsFilter(Outline)
Public Method
BoundingBoxIntersectsFilter(Outline, Boolean)
Public Method
BoundingBoxIntersectsFilter(Outline, Double)
Public Method
BoundingBoxIntersectsFilter(Outline, Double, Boolean)
Overload List
Name
Description
Public Method
BoundingBoxIntersectsFilter(Outline)
Constructs a new instance of a filter to match elements with a bounding box that intersects the given Outline.
Public Method
BoundingBoxIntersectsFilter(Outline, Boolean)
Constructs a new instance of a filter to match elements with a bounding box that intersects the given Outline, with the option to invert the filter and match all elements with a bounding box that are not intersecting the given Outline.
Public Method
BoundingBoxIntersectsFilter(Outline, Double)
Constructs a new instance of a filter to match elements with a bounding box that intersects the given Outline.
Public Method
BoundingBoxIntersectsFilter(Outline, Double, Boolean)
Constructs a new instance of a filter to match elements with a bounding box that intersects the given Outline, with the option to invert the filter and match all elements with a bounding box that are not intersecting the given Outline.