共用方式為


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

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

方法

FilterWithName(String)

從提供的名稱建立新的篩選。

適用於