次の方法で共有


CIImage.CreateByClamping(CGRect) メソッド

定義

これを CIImage にトリミングし、端のピクセルを無限大にrect拡張することで、無限エクステントの新しいCIImageを作成します。

[Foundation.Export("imageByClampingToRect:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreImage.CIImage CreateByClamping (CoreGraphics.CGRect rect);
abstract member CreateByClamping : CoreGraphics.CGRect -> CoreImage.CIImage
override this.CreateByClamping : CoreGraphics.CGRect -> CoreImage.CIImage

パラメーター

rect
CGRect

クリッピング四角形。

戻り値

CIImage無限エクステントの 。

属性

適用対象