Click or drag to resize

QuadTreeTItemGetItems(RectangleD2D) 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 List<TItem> GetItems(
	RectangleD2D rect
)

Parameters

rect  RectangleD2D
The rectangular area in which to find items.

Return Value

ListTItem
A list of items whose rectangles intersect with the rectangle given in the parameter.
See Also