Computes the union of this rectangle and the passed rectangle, 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(
Rectangle r
)
Public Sub Add (
r As Rectangle
)
public:
void Add(
Rectangle r
)
member Add :
r : Rectangle -> unit
Parameters
- r
- Type: VelocityDBExtensions.SpatialRectangle
Rectangle to add to this rectangle
See Also