CIFilterShape.Intersect Method

Definition

Overloads

Intersect(CGRect)

Returns a new CIFilterShape whose shape is defined by the overlap of this and the specified rectangle.

Intersect(CIFilterShape)

Creates a new CIFilterShape from the intersection of the current filter shape with other.

Intersect(CGRect)

Returns a new CIFilterShape whose shape is defined by the overlap of this and the specified rectangle.

[Foundation.Export("intersectWithRect:")]
public virtual CoreImage.CIFilterShape Intersect (CoreGraphics.CGRect rectangle);
abstract member Intersect : CoreGraphics.CGRect -> CoreImage.CIFilterShape
override this.Intersect : CoreGraphics.CGRect -> CoreImage.CIFilterShape

Parameters

rectangle
CGRect

The rectangle with which to calculate the intersection.

Returns

Attributes

Applies to

Intersect(CIFilterShape)

Creates a new CIFilterShape from the intersection of the current filter shape with other.

[Foundation.Export("intersectWith:")]
public virtual CoreImage.CIFilterShape Intersect (CoreImage.CIFilterShape other);
abstract member Intersect : CoreImage.CIFilterShape -> CoreImage.CIFilterShape
override this.Intersect : CoreImage.CIFilterShape -> CoreImage.CIFilterShape

Parameters

Returns

Attributes

Applies to