Share via


CIImage.CreateByInsertingIntermediate Metodo

Definizione

Overload

CreateByInsertingIntermediate()
CreateByInsertingIntermediate(Boolean)

CreateByInsertingIntermediate()

[Foundation.Export("imageByInsertingIntermediate")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual CoreImage.CIImage CreateByInsertingIntermediate ();
abstract member CreateByInsertingIntermediate : unit -> CoreImage.CIImage
override this.CreateByInsertingIntermediate : unit -> CoreImage.CIImage

Restituisce

Attributi

Si applica a

CreateByInsertingIntermediate(Boolean)

[Foundation.Export("imageByInsertingIntermediate:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual CoreImage.CIImage CreateByInsertingIntermediate (bool cache);
abstract member CreateByInsertingIntermediate : bool -> CoreImage.CIImage
override this.CreateByInsertingIntermediate : bool -> CoreImage.CIImage

Parametri

cache
Boolean

Restituisce

Attributi

Si applica a