ICIFilterConstructor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for classes that create named filters.
[Foundation.Protocol(Name="CIFilterConstructor", WrapperType=typeof(CoreImage.CIFilterConstructorWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FilterWithName", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.String) }, ReturnType=typeof(CoreImage.CIFilter), Selector="filterWithName:")]
public interface ICIFilterConstructor : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CIFilterConstructor", WrapperType=typeof(CoreImage.CIFilterConstructorWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FilterWithName", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.String) }, ReturnType=typeof(CoreImage.CIFilter), Selector="filterWithName:")>]
type ICIFilterConstructor = interface
interface INativeObject
interface IDisposable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| FilterWithName(String) |
Creates a new filter from the provided name. |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |