QuadTreeTItemGetItems(RectangleD2D) Method |
Get the items in this tree that intersect with the specified rectangle.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<TItem> GetItems(
RectangleD2D rect
)
Parameters
- rect RectangleD2D
- The rectangular area in which to find items.
Return Value
ListTItemA list of items whose rectangles intersect with the rectangle given in the parameter.
See Also