CIImage.CreateByInsertingIntermediate Method

Definition

Overloads

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

Returns

Attributes

Applies to

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

Parameters

cache
Boolean

Returns

Attributes

Applies to