Find the the union of this rectangle and the passed rectangle.Neither rectangle is altered
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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