Click or drag to resize
ISpatialItemsSourceExtent Property
Zet Universe

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

Gets the entire extent of the index, which is typically the union of all bounding boxes of all items within the set.

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#
Rect Extent { get; }

Property Value

Type: Rect
Remarks
This value is used when determining the extent of the scroll bars when the canvas is hosted in a scroll viewer.
See Also