Partager via


ICIFilterConstructor Interface

Définition

Interface pour les classes qui créent des filtres nommés.

[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
Dérivé
Attributs
Implémente

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes

FilterWithName(String)

Crée un filtre à partir du nom fourni.

S’applique à