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
CIImageRepresentationOptions() | |
CIImageRepresentationOptions(NSDictionary) |
CIImageRepresentationOptions()
[Foundation.Preserve(Conditional=true)]
public CIImageRepresentationOptions ();
- Attributes
Applies to
CIImageRepresentationOptions(NSDictionary)
[Foundation.Preserve(Conditional=true)]
public CIImageRepresentationOptions (Foundation.NSDictionary dictionary);
new CoreImage.CIImageRepresentationOptions : Foundation.NSDictionary -> CoreImage.CIImageRepresentationOptions
Parameters
- dictionary
- NSDictionary
- Attributes