CIContextOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CIContextOptions() |
Creates an empty set of options for CIContext rendering. |
CIContextOptions(NSDictionary) |
Constructs a new CIContextOptions object using the options specified in |
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