CIFilter.FilterLocalizedDescription(String) Method

Definition

Gets the localized description for the specified filter name.

[Foundation.Export("localizedDescriptionForFilterName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string? FilterLocalizedDescription(string filterName);
[<Foundation.Export("localizedDescriptionForFilterName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FilterLocalizedDescription : string -> string

Parameters

filterName
String

Returns

Attributes

Applies to