Click or drag to resize
IPriorityQuadTreeTGetItemsIntersecting Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Collections.Generic.IPriorityQuadTree`1.GetItemsIntersecting(System.Windows.Rect)"]

Namespace: ZU.Collections.Generic
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
IEnumerable<T> GetItemsIntersecting(
	Rect bounds
)

Parameters

bounds
Type: System.WindowsRect

[Missing <param name="bounds"/> documentation for "M:ZU.Collections.Generic.IPriorityQuadTree`1.GetItemsIntersecting(System.Windows.Rect)"]

Return Value

Type: IEnumerableT

[Missing <returns> documentation for "M:ZU.Collections.Generic.IPriorityQuadTree`1.GetItemsIntersecting(System.Windows.Rect)"]

See Also