CIFilterShape.Intersect メソッド

定義

オーバーロード

Intersect(CGRect)

と指定した の重なりthisによって図形が定義されている新しい CIFilterShape を返しますrectangle

Intersect(CIFilterShape)

現在のフィルター図形と otherの交差部分から新しい CIFilterShape を作成します。

Intersect(CGRect)

と指定した の重なりthisによって図形が定義されている新しい CIFilterShape を返します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

パラメーター

rectangle
CGRect

交差部分を計算する四角形。

戻り値

属性

適用対象

Intersect(CIFilterShape)

現在のフィルター図形と otherの交差部分から新しい CIFilterShape を作成します。

[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

パラメーター

戻り値

属性

適用対象