Click or drag to resize

Rectangleadd Method

Computes the union of this rectangle and the passed point, storing the result in this rectangle.

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public void add(
	Point p
)

Parameters

p
Type: VelocityDBExtensions.SpatialPoint
Point to add to this rectangle
See Also