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
)
Public Shared Function enlargement (
r1 As Rectangle,
r2 As Rectangle
) As Double
public:
static double enlargement(
Rectangle r1,
Rectangle r2
)
static member enlargement :
r1 : Rectangle *
r2 : Rectangle -> float
Parameters
- r1
- Type: VelocityDBExtensions.SpatialRectangle
minimum X coordinate of rectangle 1 - r2
- Type: VelocityDBExtensions.SpatialRectangle
minimum X coordinate of rectangle 2
Return Value
Type:
Doublereturn enlargement
See Also