intersect(with:)
Creates a filter shape object that represents the intersection of the current filter shape and the specified filter shape object.
Declaration
func intersect(with s2: CIFilterShape) -> CIFilterShapeParameters
- s2:
A filter shape object.
Return Value
The filter shape object that results from the intersection.