Click or drag to resize

QuadTree<TItem>.GetItems(RectangleD2D, List<TItem>) Method

Get the items in this tree that intersect with the specified rectangle.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public void GetItems(
	RectangleD2D rect,
	List<TItem> results
)

Parameters

rect  RectangleD2D
The rectangular area in which to find items.
results  List<TItem>
A list, which is filled with items whose rectangles intersect with the rectangle given in the parameter.
See Also