CIImageProviderOptions 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
CIImageProviderOptions() |
Default constructor. |
CIImageProviderOptions(NSDictionary) |
Constructor that wraps the |
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