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
| Name | Description |
|---|---|
| CIContextOptions() |
Creates a new CIContextOptions with default (empty) values. |
| CIContextOptions(NSDictionary) |
Creates a new CIContextOptions from the values that are specified in |
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