Creates a filter shape object that represents the intersection of the current filter shape and the specified filter shape object.
SDKs
- iOS 9.0+
- macOS 10.4+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Image
Declaration
- (CIFilter Shape *)intersectWith:(CIFilter Shape *)s2;
Parameters
s2
A filter shape object.
Return Value
The filter shape object that results from the intersection.