Click or drag to resize

Rectangleenlargement Method

Calculate the area by which a rectangle would be enlarged if added to the passed rectangle

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static double enlargement(
	Rectangle r1,
	Rectangle r2
)

Parameters

r1
Type: VelocityDBExtensions.SpatialRectangle
minimum X coordinate of rectangle 1
r2
Type: VelocityDBExtensions.SpatialRectangle
minimum X coordinate of rectangle 2

Return Value

Type: Double
return enlargement
See Also