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
)
Public Function Enlargement (
ByRef r As Rectangle
) As Double
public:
double Enlargement(
Rectangle% r
)
member Enlargement :
r : Rectangle byref -> float
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:
Doubleenlargement
See Also