CIFilterShape.Union 方法

定义

重载

Union(CGRect)

根据当前筛选器形状与指定矩形的并集创建新的 CIFilterShape。

Union(CIFilterShape)

使用 从当前筛选器形状 other的并集创建新的 CIFilterShape。

Union(CGRect)

根据当前筛选器形状与指定矩形的并集创建新的 CIFilterShape。

[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

参数

rectangle
CGRect

返回

属性

适用于

Union(CIFilterShape)

使用 从当前筛选器形状 other的并集创建新的 CIFilterShape。

[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

参数

返回

属性

适用于