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: 8.2.1.0 (8.2.1)
Syntax
public void add(
	Point p
)

Parameters

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