CIFilter.GetFilter(String, NSDictionary) Method

Definition

Returns a CIFilter that corresponds to name and is initialized with the parameters that are named in inputParameters.

[Foundation.Export("filterWithName:withInputParameters:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIFilter? GetFilter(string name, Foundation.NSDictionary? inputParameters);
[<Foundation.Export("filterWithName:withInputParameters:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetFilter : string * Foundation.NSDictionary -> CoreImage.CIFilter

Parameters

name
String
inputParameters
NSDictionary

To be added.

This parameter can be null.

Returns

Attributes

Applies to