ICIFilterConstructor 接口

定义

用于创建命名筛选器的类的接口。

[Foundation.Protocol(Name="CIFilterConstructor", WrapperType=typeof(CoreImage.CIFilterConstructorWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICIFilterConstructor : IDisposable, ObjCRuntime.INativeObject
type ICIFilterConstructor = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

FilterWithName(String)

根据提供的名称创建新的筛选器。

适用于