CIImage.CreateByInsertingIntermediate Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Возвращаемое значение
- Атрибуты
Применяется к
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
Параметры
- cache
- Boolean
Возвращаемое значение
- Атрибуты