ICIFilterConstructor Interface

Definition

Interface for classes that create named filters.

[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
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

FilterWithName(String)

Creates a new filter from the provided name.

Applies to