Click or drag to resize

QuadTreeTItemGetItems(RectangleD2D, ListTItem) Method

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

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

Parameters

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