Method Union
Union(ExplicitShape2)
Creates a new explicit shape that is the union of this shape and another shape.
public ExplicitShape.ExplicitShape2 Union(ExplicitShape.ExplicitShape2 shape2)Parameters
- shape2ExplicitShape.ExplicitShape2
- The shape to union with. 
Returns
- ExplicitShape.ExplicitShape2
- The union of the two shapes.