Click or drag to resize

RTree.Contains Method

Finds all rectangles contained by the passed rectangle

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public void Contains(
	Rectangle r,
	Func<Rectangle, bool> v
)

Parameters

r
Type: VelocityDBExtensions.Spatial.Rectangle
The rectangle for which this method finds contained rectangles.
v
Type: System.Func<Rectangle, Boolean>
if return true, continue seach
See Also