Edit

Share via


CIImageProviderOptions Constructors

Definition

Overloads

CIImageProviderOptions()

Default constructor.

CIImageProviderOptions(NSDictionary)

Constructor that wraps the dictionary.

CIImageProviderOptions()

Default constructor.

[Foundation.Preserve(Conditional=true)]
public CIImageProviderOptions ();
Attributes

Applies to

CIImageProviderOptions(NSDictionary)

Constructor that wraps the dictionary.

[Foundation.Preserve(Conditional=true)]
public CIImageProviderOptions (Foundation.NSDictionary dictionary);
new CoreImage.CIImageProviderOptions : Foundation.NSDictionary -> CoreImage.CIImageProviderOptions

Parameters

dictionary
NSDictionary
Attributes

Applies to