Click or drag to resize

Rectangleunion Method

Find the the union of this rectangle and the passed rectangle.Neither rectangle is altered

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public Rectangle union(
	Rectangle r
)

Parameters

r
Type: VelocityDBExtensions.SpatialRectangle
The rectangle to union with this rectangle

Return Value

Type: Rectangle

[Missing <returns> documentation for "M:VelocityDBExtensions.Spatial.Rectangle.union(VelocityDBExtensions.Spatial.Rectangle)"]

See Also