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