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