CIFilter.GetFilter(String, NSDictionary) Method
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.
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
Returns
- Attributes