Click or drag to resize

BoundingBoxExpandToInclude Method

Expand this BoundingBox to include other BoundingBox

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

Parameters

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