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