CIFilterShape.Union Method

Definition

Overloads

Union(CGRect)

Creates a new CIFilterShape from the union of the current filter shape with the specified rectangle.

Union(CIFilterShape)

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

Union(CGRect)

Creates a new CIFilterShape from the union of the current filter shape with the specified rectangle.

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

Parameters

rectangle
CGRect

Returns

Attributes

Applies to

Union(CIFilterShape)

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

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

Parameters

Returns

Attributes

Applies to