Edit

Share via


CIContextOptions Constructors

Definition

Overloads

CIContextOptions()

Creates an empty set of options for CIContext rendering.

CIContextOptions(NSDictionary)

Constructs a new CIContextOptions object using the options specified in dictionary.

CIContextOptions()

Creates an empty set of options for CIContext rendering.

public CIContextOptions ();

Applies to

CIContextOptions(NSDictionary)

Constructs a new CIContextOptions object using the options specified in dictionary.

public CIContextOptions (Foundation.NSDictionary dictionary);
new CoreImage.CIContextOptions : Foundation.NSDictionary -> CoreImage.CIContextOptions

Parameters

dictionary
NSDictionary

Applies to