Click or drag to resize

QuadTreeTItemRemove Method

Removes an item from the quad tree. If the item is removed successfully, and afterwards the quad has no items in its child quads anymore, the child quads will be removed as well.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Remove(
	TItem item
)

Parameters

item  TItem
The item to remove.

Return Value

Boolean
True if the item was successfully removed; otherwise, false.
See Also