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