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