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
)
Public Sub add (
p As Point
)
public:
void add(
Point p
)
member add :
p : Point -> unit
Parameters
- p
- Type: VelocityDBExtensions.SpatialPoint
Point to add to this rectangle
See Also