CIImageRepresentationOptions 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 |
|---|---|
| CIImageRepresentationOptions() |
Creates a new CIImageRepresentationOptions with default (empty) values. |
| CIImageRepresentationOptions(NSDictionary) |
Creates a new CIImageRepresentationOptions from the values that are specified in |
CIImageRepresentationOptions()
Creates a new CIImageRepresentationOptions with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public CIImageRepresentationOptions();
public CIImageRepresentationOptions();
- Attributes
Applies to
CIImageRepresentationOptions(NSDictionary)
Creates a new CIImageRepresentationOptions from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public CIImageRepresentationOptions(Foundation.NSDictionary? dictionary);
public CIImageRepresentationOptions(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new CoreImage.CIImageRepresentationOptions : Foundation.NSDictionary -> CoreImage.CIImageRepresentationOptions
new CoreImage.CIImageRepresentationOptions : Foundation.NSDictionary -> CoreImage.CIImageRepresentationOptions
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes