CIImage.CreateByInsertingIntermediate Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Devoluciones
- Atributos
Se aplica 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
Parámetros
- cache
- Boolean
Devoluciones
- Atributos