Share via


CIContextOptions Constructors

Definition

Overloads

Name Description
CIContextOptions()

Creates a new CIContextOptions with default (empty) values.

CIContextOptions(NSDictionary)

Creates a new CIContextOptions from the values that are specified in dictionary.

CIContextOptions()

Creates a new CIContextOptions with default (empty) values.

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

Applies to

CIContextOptions(NSDictionary)

Creates a new CIContextOptions from the values that are specified in dictionary.

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

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to