Click or drag to resize

BoundingBoxExpandToInclude Method

Expand this BoundingBox to include other BoundingBox

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public virtual void ExpandToInclude(
	BoundingBox other
)

Parameters

other
Type: VelocityDBExtensions.GeoBoundingBox
Other BoundingBox to be included
See Also