Union(Rectangle,Rectangle) Method
Gets a
Rectangle structure that contains the union of two
Rectangle structures.
Parameters
- r1
- A rectangle to union.
- r2
- A rectangle to union.
Return Value
A
Rectangle structure that bounds the union of the two
Rectangle structures.