Click or drag to resize
ISpatialItemsSourceQuery Method
Zet Universe

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

Gets the set of items that intersect the given rectangle.

Namespace: ZU.Semantic.Spatial
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<int> Query(
	Rect rectangle
)

Parameters

rectangle
Type: System.WindowsRect
The area in which any intersecting items are returned.

Return Value

Type: IEnumerableInt32
A result set of all items that intersect the given rectangle.
Remarks
The enumerator returned by this method is used lazily and sometimes only partially, meaning it should return quickly without computing the entire result set immediately for best results.
See Also