Edit

Share via


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.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIFilter GetFilter (string name, Foundation.NSDictionary inputParameters);
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