Click or drag to resize

RectangleEnlargement Method

Calculate the area by which this rectangle would be enlarged if added to 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 double Enlargement(
	ref Rectangle r
)

Parameters

r
Type: VelocityDBExtensions.SpatialRectangle
Rectangle to union with this rectangle, in order to compute the difference in area of the union and the original rectangle

Return Value

Type: Double
enlargement
See Also