CIImage.CreateByFiltering Method

Definition

Overloads

CreateByFiltering(String)
CreateByFiltering(String, NSDictionary)

Creates a new image by applying filterName to this CIImage.

CreateByFiltering(String)

[Foundation.Export("imageByApplyingFilter:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreImage.CIImage CreateByFiltering (string filterName);
abstract member CreateByFiltering : string -> CoreImage.CIImage
override this.CreateByFiltering : string -> CoreImage.CIImage

Parameters

filterName
String

Returns

Attributes

Applies to

CreateByFiltering(String, NSDictionary)

Creates a new image by applying filterName to this CIImage.

[Foundation.Export("imageByApplyingFilter:withInputParameters:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreImage.CIImage CreateByFiltering (string filterName, Foundation.NSDictionary inputParameters);
abstract member CreateByFiltering : string * Foundation.NSDictionary -> CoreImage.CIImage
override this.CreateByFiltering : string * Foundation.NSDictionary -> CoreImage.CIImage

Parameters

filterName
String
inputParameters
NSDictionary

To be added.

This parameter can be null.

Returns

Attributes

Applies to