Contents

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) -> CIFilterShape

Parameters

  • s2:

    A filter shape object.

Return Value

The filter shape object that results from the intersection.

See Also

Modifying a Filter Shape