Find the the union of this rectangle and 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 Rectangle union(
Rectangle r
)
Public Function union (
r As Rectangle
) As Rectangle
public:
Rectangle union(
Rectangle r
)
member union :
r : Rectangle -> Rectangle
Parameters
- r
- Type: VelocityDBExtensions.SpatialRectangle
The rectangle to union with this rectangle
Return Value
Type:
Rectangle[Missing <returns> documentation for "M:VelocityDBExtensions.Spatial.Rectangle.union(VelocityDBExtensions.Spatial.Rectangle)"]
See Also